What problem does it solve? Code changes often get merged without independent review, letting bugs, architecture problems, and unmet requirements slip through. This Skill structures the process of requesting an independent code review from a dedicated reviewer subagent so issues are caught before they cascade. ## Core Features & Use Cases - Structured Review Dispatch: Provides a repeatable workflow for gathering git SHAs and dispatching a code-reviewer subagent with precisely scoped context. - Reusable Reviewer Template: Ships a code-reviewer.md prompt template with placeholders for implementation details, requirements, and commit ranges, plus a severity-based output format (Critical, Important, Minor). - Workflow Integration Guidance: Defines when reviews are mandatory (after each task, before merge) and how to act on feedback, including when to push back on incorrect findings. - Use Case: After finishing a feature task, you capture the base and head commit SHAs, dispatch the reviewer subagent with the plan reference, receive a severity-categorized assessment, fix Critical and Important issues, and only then proceed to the next task. ## Quick Start Ask the agent to request a code review of the changes between the current HEAD and the previous commit using the code-reviewer template before merging.