What problem does it solve? Code reviews often conflate two separate questions: does the code follow the project's documented standards, and does it actually implement what the issue or spec asked for? This Skill separates those axes so one cannot mask the other, and offloads each review to an isolated sub-agent for unbiased 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 and receive side-by-side Standards and Spec reports citing violated rules and unmet requirements. ## Quick Start Ask the assistant to review the changes on this branch against main using the review skill.