code-review
Installation
SKILL.md
Requesting Code Review
All subagent dispatches use disk-mediated dispatch. See shared/dispatch-convention.md for the full protocol.
Dispatch a code review subagent (general-purpose) to catch issues before they cascade.
Core principle: Review early, review often.
When to Request Review
Mandatory:
- After each task in subagent-driven development
- After completing major feature
- Before merge to main