What problem does it solve?
Many repositories accumulate review findings that are documented but never consistently applied, leaving technical debt and broken linters behind. This Skill automates reading the newest review, synthesizing prioritized fix actions, and applying minimal, auditable changes so maintainers can close review gaps quickly and safely.
Core Features & Use Cases
- Discover & parse: Finds the most recent .reviews/*-review.md and extracts structured findings with severity, file, line, and reviewer metadata.
- Parallel planning agents: Spawns scoped planners (backend, frontend, data, tests) that group related findings, rank by severity, and produce a wave-ordered review-plan.
- Wave-based execution: Applies fixes wave-by-wave with minimal edits, runs ruff/npm linters, stages changes, and creates one atomic commit per wave while producing a review-execution log.
- Auditable outputs: Generates .reviews/YYYY-MM-DD-review-plan.md and .reviews/YYYY-MM-DD-review-execution.md documenting decisions, commits, and skipped items.
- Use case: A maintainer runs this to turn a recent architectural/code-quality review into prioritized, tested fixes and atomic commits without manual patching.
Quick Start
Run the review-fix skill to read the latest review file, generate a prioritized plan, and apply fixes with atomic commits.