What problem does it solve?
This Skill orchestrates a dual-review cycle by running a sub-agent (Explore-type) and Codex in parallel, collecting their feedback, and iterating fixes until both return LGTM.
Core Features & Use Cases
- Parallel dual-review: run architecture/design-focused feedback and implementation feasibility feedback concurrently.
- Feedback integration & iterative fixes: merge inputs from both reviewers and apply changes, then re-run reviews.
- Phase-based workflow: Phase 1 validate targets, Phase 2 execute parallel reviews, Phase 3 compile fixes, Phase 4 re-review until acceptance.
- Robust guardrails: verify target directories exist and prevent over-flow of edits by enforcing exclusive-file grouping during parallel fixes.
- Use cases: codebase plan validation for large repos, architecture validation during refactors, and improving PR quality with multi-perspective reviews.
Quick Start
Initiate Phase 1 to identify review targets, then run Phase 2 in parallel for Reviewer A and Reviewer B, and loop back through Phase 3 until LGTM from both.