What problem does it solve? Code reviews often conflate two separate questions — does the code follow project conventions, and does it implement what was actually requested — causing one axis to mask failures in the other. This Skill separates those concerns into independent parallel reviews so neither axis hides the other's findings. ## Core Features & Use Cases - Two-axis review: Runs a Standards review (against CLAUDE.md, CONTRIBUTING.md, ADRs, style guides) and a Spec review (against the originating issue or PRD) as parallel sub-agents. - Flexible fixed point: Reviews the diff between HEAD and any commit, branch, tag, or merge-base the user supplies, using three-dot git diff semantics. - Automatic spec discovery: Locates the originating spec from issue references in commit messages, user-provided paths, or PRD files under docs/, specs/, or .scratch/. - Use Case: Before merging a feature branch, ask for a review against main to get a side-by-side report of standards violations and spec gaps, each citing the exact rule or requirement line. ## Quick Start Ask the assistant to review the current branch against main using the review skill, and point it to the relevant issue or spec file if one exists.