code-reviewer (Jeff Allan)
- Workflow
One sweep across everything at once: correctness, security, N+1 queries, naming, architecture and test coverage, returned as a single prioritised report. Breadth in one pass, where the specialised reviewers each go deep on one axis.
A situation it fits
A new contributor opens an 800-line PR. You want one prioritised list covering bugs, slow queries, confusing names and missing tests — not four separate review passes to reconcile.
Skills it gets confused with
These share a family with code-reviewer (Jeff Allan), which is another way of saying they are the ones you might reach for by mistake.
- code-review (Matt Pocock)Reviews a diff since a fixed point along two axes at once: whether the code follows the repo's own documented standards, and whether it does what the originating ticket actually asked for. The second axis is the unusual one — it catches work that is clean but off-brief.
- code-reviewer (CodeRabbit)Hands the diff to a commercial review engine and reports what it finds: vulnerabilities, code smells, convention breaches, performance traps and likely bugs. You are buying somebody else's trained reviewer rather than running your own checklist.
- security-review (Sentry)Hunts only for exploitable security holes — injection, XSS, broken auth, weak crypto — and deliberately stays quiet unless it can point at attacker-controlled input reaching a vulnerable pattern. It reports high-confidence findings only, so a clean run is not proof of safety.
Knowing what code-reviewer (Jeff Allan) does is the easy half. Telling it apart from the others under time pressure is the game.
Today's sessioncode-reviewer (Jeff Allan) is part of jeffallan/claude-skills. Licence: MIT. The description above was written for this game, not taken from the skill.