What problem does it solve?
This Skill automates the repetitive and error-prone cycle of post-implementation code review and correction by orchestrating isolated review and fix subagents, reducing manual overhead and improving code quality and consistency.
Core Features & Use Cases
- Orchestration of isolated reviews: Delegates context-isolated reviews to an Opus subagent across four dimensions (Architecture, Test Strategy, API Design, Behavior).
- Automated fixes and gating: Delegates code modifications to a Sonnet subagent, runs lint/test quality gates, and enforces batching rules for large change sets.
- Reporting and traceability: Produces a structured review-fix.md with per-issue IDs, recurring issue detection, and cycle history for PR or repository-level quality workflows.
- Use Case: Run this on a pull request to automatically detect changed files, iterate up to three review/fix cycles, apply non-recurring automated fixes, and produce a final audit report.
Quick Start
Run the review-fix skill on the target repository path to detect changed files, run isolated reviews, apply automated fixes where safe, and emit a review-fix.md summary.