PullMatchJoin waitlist

Swipe right to approve, left to reject

Review pull requestslike an instinct, not a chore

Card 1 / 6

AI explains the diff before you commit your gut.

Drag the top card with your mouse or thumb. The card follows your hand, rotates into the decision, and only commits when you push it far enough.

Approve right

Safe changes, dependency bumps, or obvious fixes get a green glow and a clean receipt.

Reject left

Risky auth, secret handling, or anything that smells wrong gets bounced before deploy.

Swipe to review
Medium risk5 files changed

Refactor onboarding API to retry failed team creation

AI summary

Prevents new teams from getting stranded when the background job times out once. The endpoint now retries before showing an error.

Permission receipt

Permission receipt #1850. AI spotted retry logic and idempotency guards. Merge is safe if duplicate team creation is blocked.

Pull to decide03
Medium risk6 files changed

Add invite-only beta gate to dashboard routes

AI summary

Locks unfinished admin screens behind an allowlist so curious users cannot stumble into features that are still under construction.

Permission receipt

Permission receipt #1846. Auth middleware touched. Recommended reviewer: founder or infra lead.

Pull to decide02
Low risk3 files changed

Fix broken checkout redirect after Stripe success callback

AI summary

Customers were paying successfully but getting bounced into the old billing route. This change lands them back in the app with the upgrade applied.

Permission receipt

Permission receipt #1842. Billing scope unchanged. AI sees a redirect fix, not a pricing-rule change.

Pull to decide01
XReject
Approve