What problem does it solve? Code changes often ship without consistent review for quality, security, and undocumented technical decisions. This Skill runs a structured review of any code diff and returns a clear verdict with file:line findings, so issues are caught before merge. ## Core Features & Use Cases - Six-section checklist review: Walks architecture, code quality, testing, security, performance, and change description for every diff. - Flexible diff targets: Review the uncommitted working diff by default, or compare a branch against its base (e.g., main...HEAD). - Verdict with findings: Returns APPROVED, CHANGES REQUESTED, or COMMENT with precise file:line references, and enforces the ADR-on-technical-decision rule plus any project handbook standards. - Use Case: Before merging a feature branch, run the review against main...HEAD to get a read-only code-reviewer verdict listing security and quality findings with exact locations. ## Quick Start Ask the assistant to run /code-review on the current working diff and report the verdict with any file:line findings.