review
Installation
SKILL.md
Review — two-axis diff (Standards vs spec)
Invoke with /review in Agent chat so this workflow loads explicitly.
When to use
- Reviewing a branch, PR, or uncommitted work against a baseline the user names.
- Phrases like "review since
main", "diff againstorigin/develop", or "does this match the ticket". - The user tags or names a doc (including an implementation plan) as the spec to check the diff against.
Instructions
Two-axis review of changes since a fixed point the user supplies (committed range, uncommitted edits, or both — see step 1):
- Standards — does the code conform to this repo's documented coding standards?
- Spec — does the code faithfully implement the originating issue / PRD / spec?
Both axes run as parallel Tasks (generalPurpose subagents) so they don't pollute each other's context, then this skill aggregates their findings.