What problem does it solve?
Manual pull request reviews are time-consuming, inconsistent with architecture specifications, and error-prone when coordinating multiple reviewers and responders across many PRs; this Skill automates spec-aware reviews, enforces CI gating, and reduces human overhead for merging compliant work.
Core Features & Use Cases
- Reviewer-responder pairs: Coordinate reviewer and responder agents in pairs to perform a single review-response round per PR.
- Spec & ADR awareness: Load spec.md, design.md, and referenced ADRs to validate acceptance criteria and architectural compliance during reviews.
- CI gating and merge control: Verify all status checks before reviewing or merging, support configurable merge strategies, dry-run and no-merge modes, and automatic epic closure when appropriate.
- Tracker integration: Discover and operate with GitHub, GitLab, or Gitea PR/MR workflows using runtime tool discovery and task orchestration.
- Use case: Run a batch review for SPEC-0003 to validate acceptance criteria across several feature PRs, automatically request changes, accept responses, and merge approved PRs.
Quick Start
Invoke /design:review SPEC-0003 --pairs 2 to review and merge open PRs for that spec using reviewer-responder pairs while enforcing CI checks and the configured merge strategy.