What problem does it solve? Code reviews often blur blocking defects with personal preferences, leaving authors unsure what actually gates a merge. This Skill reviews the diff between HEAD and a fixed point (commit, branch, tag, or merge-base) against the Code Review Pyramid, checks conformance to the originating spec and repo standards, and resolves every finding into one clear verdict: Approved, Approved with suggestions, or Request changes. ## Core Features & Use Cases - Pyramid-driven review: Loads the Code Review Pyramid and works through every layer, spending the most attention on API and implementation semantics and the least on code style. - Spec and standards checking: Locates the originating issue or spec from commit messages, branch names, or local docs, and enforces documented repo conventions and contract docs like READMEs and OpenAPI schemas. - Structured verdict report: Sorts findings into blocking requested changes and non-blocking suggestions, each tagged by layer with file:line citations, plus a checked-and-clean section and a path to merge. - Use Case: Before merging a feature branch, ask for a review since main. The Skill captures the diff, verifies test status from CI or by running the suite, accounts for every spec requirement, and returns a verdict-led report the author can act on. ## Quick Start Review my changes since main and tell me whether this branch is ready to merge.