⚠ Conflict
Cloud has v0.5 (updated 2h ago by you on Mac).
Your local copy on AX41 has unsaved edits.
PR Review
Saved · auto-syncing
Adversarial PR review for Claude, Codex, Cursor.
★ 4.9
142 reviews
1.2k installs
MIT
v1.2
2d ago
Works with
Claude Code
Codex
Cursor
Kimi
OpenCode
How you use it
Type
/pr-review [PR URL] in Claude Code, Codex, or CursorAgent loads this skill, reads the full diff, and checks against stored patterns
You receive a structured review with CRITICAL, WARNING, and NOTE severity levels
What gets installed
✓
Command
/pr-review [PR URL]
✓
Main instruction
Adversarial review, line by line
✓
References
SQL injection · env var · async patterns
✓
Example output
Structured review with severity
Output preview
$ /pr-review github.com/acme/app/pull/142
CRITICAL · src/auth.ts:42
Raw SQL concatenation → injection risk
WARNING · src/api.ts:108
Unguarded async — error swallowed silently
NOTE · src/lib/utils.ts:23
Missing return type annotation
About
Designed for codebases that prioritize security and runtime correctness over velocity. The skill reads the complete diff — no summarization — and applies the reference patterns you keep alongside it. Because the patterns file is loaded fresh on every invocation, your team's evolving standards are always in effect without a reinstall.
File tree
5 files
SKILL.md
1.2 KB
references/
style-guide.md
1.4 KB
patterns.md
0.9 KB
examples/
example-1.md
0.6 KB
scripts/
check.py
0.4 KB
# pr-review Adversarial PR review skill. Invoked automatically when you ask your agent to review a pull request. ## What it does - Reads the diff line by line - Flags SQL injection, unguarded async, silent env var imports - Structured output: CRITICAL / WARNING / NOTE ## Usage /pr-review [PR URL or diff] Agent loads this skill and begins the review.
1
Prompt
2
References
1
Example
1
Script
47
Invocations · 7d
208
Invocations · 30d
Recent invocations
PR #142 — fix auth token rotation
Claude Code
2 hours ago
PR #139 — add Stripe webhook handler
Codex
Yesterday, 4:12 PM
PR #136 — refactor Supabase queries
Claude Code
3 days ago
PR #134 — migrate to Drizzle ORM
Cursor
4 days ago
142 reviews
5
129
4
10
3
2
2
1
1
0
Ana Velez
Linear
★★★★★
"Caught a regression our CI missed. Worth it for that alone."
Tom Kowalski
Mercury
★★★★★
"Best 2 minutes I spend on every PR."
Priya Subramanian
Replit
★★★★★
"Set it and forget it."
Sync
Claude Code
2 min ago
Codex CLI
2 min ago
Cursor
5 min ago
Sync all
Last sync: 2 min ago
Versions
v1.3
Syncing
Catches conditional side effects in async branches
Will auto-update
v1.2
3 days ago
Added patterns.md reference, improved SQL injection detection
Current