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 of any diff since a fixed point. ## Core Features & Use Cases - Two-axis review: Runs a Standards review (conformance to documented coding standards like CODING_STANDARDS.md or CONTRIBUTING.md) and a Spec review (fidelity to the originating issue, PRD, or spec file) as parallel sub-agents that don't pollute each other's context. - Automatic spec discovery: Locates the originating spec via issue references in commit messages, user-provided paths, or PRD files under docs/, specs/, or .scratch/. - Side-by-side reporting: Aggregates both reports under separate headings without merging or reranking, ending with a per-axis summary. - Use Case: Before merging a feature branch, ask for a review since main to simultaneously verify the diff follows repo conventions and faithfully implements the linked issue. ## Quick Start Ask the assistant to review the changes since main using the review skill, and it will validate the fixed point, find the spec and standards sources, and report both axes side by side.