What problem does it solve? Code reviews often conflate two separate questions — does the code follow the project's standards, and does it actually implement what was asked for — letting one axis mask failures in the other. This Skill separates them into independent parallel reviews so neither hides the other. ## Core Features & Use Cases - Two-axis review: Runs a Standards review (repo-documented conventions plus a fixed Fowler code-smell baseline) and a Spec review (against the originating issue, PRD, or spec file) as parallel sub-agents. - Fixed-point diffing: Reviews changes since any commit, branch, tag, or merge-base using three-dot git diff, with early validation of the ref and diff. - Spec discovery: Automatically locates the spec from issue references in commit messages, user-provided paths, or files under docs/, specs/, or .scratch/. - Use Case: Before merging a feature branch, ask for a review since main and receive side-by-side Standards and Spec reports with per-file findings and a one-line summary per axis. ## Quick Start Ask the agent to review the changes on this branch since main using the code-review skill.