What problem does it solve? When reviewing a branch, PR, or work-in-progress, it is easy to check only whether the code works while missing whether it follows the repo's documented coding standards or actually fulfills the originating issue or PRD. This Skill runs both checks systematically so nothing slips through. ## Core Features & Use Cases - Dual-axis review: Evaluates changes along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue or PRD asked for?). - Parallel sub-agents: Runs both reviews in parallel sub-agents and reports the results side by side for easy comparison. - Flexible reference point: Reviews changes since any fixed point — a commit, branch, tag, or merge-base. - Use Case: Before merging a feature branch, ask for a review since the merge-base with main to get a side-by-side report on standards compliance and spec completeness. ## Quick Start Review all changes on this branch since the merge-base with main against our coding standards and the original issue.