requesting-code-review
Installation
SKILL.md
Requesting Code Review
Dispatch code-reviewer subagent to catch issues before they cascade.
Core principle: Review early, review often.
Scope Boundary and Routing
- Primary responsibility: decide review timing, gather SHAs/context, and dispatch
code-reviewer. - This skill does not perform deep review analysis itself.
- After review feedback is returned, route to
receiving-code-reviewto evaluate, triage, and implement responses safely.
When to Request Review
Mandatory:
- After each task in subagent-driven development
- After completing major feature
- Before merge to main