What problem does it solve?
This Skill eliminates the risk of undetected code defects and requirement deviations that cascade into costly rework, broken features, and production outages by enforcing structured, focused code reviews at key development checkpoints.
Core Features & Use Cases
- Focused Review Context: Dispatches dedicated code reviewer subagents with precise change context (git diff ranges, requirement details) instead of full session history, so reviewers focus on the work product, not the implementer's thought process.
- Mandatory Review Checkpoints: Enforces reviews after every task in subagent-driven development, after major feature completion, and before merging to main, with optional valuable checkpoints for when work is stuck, before refactoring, or after complex bug fixes.
- Standardized Feedback Framework: Includes a pre-built reviewer prompt template that categorizes issues by severity (Critical, Important, Minor) and requires actionable, specific feedback with file and line references.
- Use Case Example: A developer building a new payment processing feature can use this Skill after each implementation task to catch missing edge cases or security gaps before they affect subsequent work in the feature branch.
Quick Start
Use the requesting-code-review skill to dispatch a code reviewer subagent to evaluate your recent code changes against project requirements before proceeding with further development work.