What problem does it solve?
This skill automates the process of requesting code reviews and collecting reviewer feedback to ensure changes are thoroughly vetted before merging.
Core Features & Use Cases
- Automated review prompts: Dispatches a code-reviewer subagent for tasks or major changes to surface issues early.
- Structured feedback workflow: Guides reviewers with a consistent template including WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, and DESCRIPTION.
- Workflow flexibility: Supports task-driven development, feature work, and pre-merge validation across teams.
- Audit trail and accountability: Maintains a clear record of review prompts and responses for compliance and traceability.
Quick Start
Trigger a code review by dispatching the code-reviewer subagent and filling the template at code-reviewer.md. Provide the required placeholders: WHAT_WAS_IMPLEMENTED, PLAN_OR_REQUIREMENTS, BASE_SHA, HEAD_SHA, DESCRIPTION. After feedback is returned, address critical and important issues before proceeding.