What problem does it solve? Code changes often get merged without independent verification, letting bugs, missing requirements, and architectural issues compound across tasks. This Skill structures the process of requesting an objective code review from a subagent before work proceeds or merges. ## Core Features & Use Cases - Subagent-Based Review: Dispatches a general-purpose subagent with a structured reviewer template that inspects the git diff between two SHAs and never edits code. - Severity-Categorized Feedback: Returns findings grouped as Critical, Important, and Minor issues with file:line references, plus a clear merge-readiness verdict. - Workflow Integration: Defines when to request reviews, including after each task in subagent-driven development, after major features, and before merging to main. - Use Case: After implementing a new feature, you capture the base and head commit SHAs, dispatch the reviewer subagent with the plan requirements, receive categorized feedback, fix Critical and Important issues, and only then continue to the next task. ## Quick Start Ask the agent to request a code review of the changes between the previous commit and HEAD using the code-reviewer template before merging.