requesting-code-review
Installation
SKILL.md
Requesting two-stage review (spec compliance first, then code quality)
Dispatch superpowers:code-reviewer subagent to catch issues before they cascade.
Core principle: Review early, review often.
- Leverage native parallel subagent dispatch and 200k+ context windows where available.
When to Request Review
Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.
Mandatory:
- After each task in subagent-driven development
- After completing major feature
- Before merge to main