Code Review deux axes (Matt Pocock skill)

You invoke /code-review on the diff since a fixed point (a SHA, a branch, a tag, main) and the skill spawns two parallel subagents: Standards (does the code follow the repo's documented conventions?) and Spec (does the code do what the originating issue asked?). It first checks the ref resolves and the diff is non-empty, then reports both verdicts side by side, never merged or reranked. The Standards axis carries a hardcoded baseline of twelve Fowler code smells (Refactoring, ch.3), applied even when the repo documents nothing.

Strengths

Limitations

Best for

View on Coeurdar