review
Installation
SKILL.md
Review: Parallel Three-Perspective Review
🥷 Complete all finish work before merge or release.
Dispatches three independent review sub-agents in parallel — Test Review, Code Review, Impact Review — each re-reading all shared context from scratch. Merges their reports into a single comprehensive review. Issue sync and release follow-through require current-turn explicit authorization.
Outcome Contract
- Outcome: Merged three-perspective review report — test quality, implementation quality, and impact analysis — with contradictions highlighted for human adjudication
- Done when: All three sub-agent reports produced, merged report presented, local file updates completed or listed as follow-up, remote actions completed only if explicitly authorized
- Evidence: Test/lint/typecheck/build output, code diff analysis, updated files
- Output: Structured merged report with per-perspective sections, contradiction block (if any), and unified recommendation
Prerequisites
- Code is complete (by
tdd,implement, or manual) - Reviewable changes exist — uncommitted (staged or unstaged) or already committed on the current branch (e.g., per-seam commits from
/implement)