Packs / Code review for Claude Code

Code review for Claude Code

Review commands you run with one word, a reviewer subagent that can only read, and standards that keep the AI honest about what it found. Part of Pro.

Get early access to Pro

What you type

CommandWhat it does
/review-changesA strict review of your uncommitted changes, ranked blocker / should fix / nit, ending in a one-line verdict.
/review-branch mainReviews everything on your branch that is not on main yet, like a pull request review, and checks the commit messages match the code.
/security-passFollows untrusted input from where it enters to where it is used, category by category.
/find-missing-testsFinds behavior in your changes that no test covers and lists the cases to add.
/respond-to-reviewWorks through review comments you received, decides whether each is right, and drafts replies for you to post.
the code-reviewer subagentAn independent second opinion that can only read and search. It cannot edit files or run commands.

We measured it

Reviews are easy to sell and hard to trust, so we tested this one. We planted bugs in a small change and asked Claude Code to review it, once with the /review-changes skill and once with a plain "review my uncommitted changes" prompt. We read the answers, not just the scores.

TestModelRuns eachWith the packPlain prompt
Obvious bugs: SQL injection, off-by-one, missing null check, hardcoded keyHaiku520 of 20 found20 of 20 found
Subtle bugs: a changed boundary, a sort that now mutates its input, a shared default array, a missing awaitHaiku832 of 32 found25 of 32 found
The same subtle bugsSonnet312 of 12 found12 of 12 found

These are small samples from one test with one language, and our keyword scoring needed correcting once after we read the answers. It is evidence, not proof. The test, its data and every raw answer are in the pack so you can repeat it.

What it can't do

Not released yet. Pro isn't open, so there is nothing to buy today. Join the waitlist and we'll email you when it opens, at the founding price. A useful companion is the Safe setup pack, which stops the AI from pushing or deleting things.

Join the waitlist How subagents work