What problem does it solve? Code changes often get merged without systematic review, letting bugs, architectural issues, and unmet requirements slip into production. This Skill standardizes the review request process by dispatching a dedicated code-reviewer subagent with a structured template. ## Core Features & Use Cases - Structured Review Dispatch: Collects git SHAs and fills a review template with implementation details, requirements, and commit range. - Severity-Categorized Feedback: The reviewer returns issues classified as Critical, Important, or Minor with file:line references and a merge readiness verdict. - Workflow Integration: Fits subagent-driven development, plan execution, and ad-hoc development, with mandatory reviews after tasks and before merges. - Use Case: After completing a feature task, run this Skill to have a reviewer subagent diff your commits against the plan, flag a missing progress indicator as Important, and confirm the work is ready to proceed. ## Quick Start Ask the assistant to request a code review of the changes just implemented before moving on to the next task.