paste any public repo and get a full review workspace. five ways to look at your PRs:
- Swipe — card stack, J/F/Space to approve/reject/skip, AI panel loads risk score, contributor history, similar past PRs, and an impact graph on each card
- Risk Matrix — PRs sorted into High / Medium / Low columns so you know where to start
- By Contributor — grouped by author, useful for triage passes
- By Category — grouped by label/type (bug, feature, docs, CI...)
- Dependencies — DAG of which PRs reference each other, rendered with topo sort
everything is cached per PR so it's not hammering the API on every view. also ships as a Claude MCP server — one config block and you can ask things like "what's the risk on PR #1247 in resend/resend-node" straight from Claude Desktop.
BYOK if you self-host, shared credits on the demo.
Stack: Next.js App Router · Vercel AI Gateway · Neon pgvector · Drizzle · mcp-handler
Try it: https://v0-swipr-build.vercel.app Repo: https://github.com/nochinxx/SwiPR
would love to hear from anyone wiring MCP into review workflows, also any sort of feedback is well appreciated. Thanks!





