What problem does it solve?
This skill standardizes and accelerates the code review process by routing changes to a dedicated code-reviewer subagent before merges, ensuring early feedback and quality gates.
Core Features & Use Cases
- Structured review requests: Automates the creation and dispatch of code-review tasks following completed work.
- Template-driven checks: Enforces a consistent review scope via predefined fields (WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION).
- Workflow integration: Fits task-driven development with the Task tool, enabling reviewers to quickly assess changes across features and fixes.
Quick Start
Dispatch the code-reviewer subagent after completing a task by filling the template at code-reviewer.md. Use the Task tool with the required fields including WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION. For reference, the code-reviewer.md template guides the required structure and prompts.