What problem does it solve? Code changes often get merged without independent verification, letting bugs, architecture flaws, and unmet requirements slip into production. This Skill structures the review request process so every task or feature gets evaluated by a dedicated reviewer with precisely crafted context. ## Core Features & Use Cases - Structured Review Dispatch: Packages the implementation summary, requirements, and git SHA range into a template so the reviewer evaluates the work product, not your session history. - Severity-Triage Feedback: Returns issues categorized as Critical, Important, or Minor with file:line references and a clear merge-readiness verdict. - Use Case: After finishing a task in subagent-driven development, capture the base and head commit SHAs, dispatch the reviewer with the filled template, fix Critical and Important issues, then proceed to the next task with confidence. ## Quick Start Ask the AI to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.