code-review
Installation
SKILL.md
Code Review
Reviews against two things, not one: does it satisfy the spec, and is it well-designed regardless of the spec. A change can pass every acceptance criterion and still be bad code — call that out too.
Steps
-
Get the diff.
gh pr diff <n>if there's a PR, orgit diff/git diff main...HEADotherwise. -
Check against the spec. Open the linked
docs/specs/<slug>.mdand the specific ticket's claimed acceptance criteria. For each: does the diff actually satisfy it? Point to the specific lines, don't take the ticket's word for it.