run-repair-loop
Installation
SKILL.md
Skill: Run Repair Loop (Review + Test + Fix)
Purpose
Converge a codebase or change set to "clean" by running a multi-iteration loop:
- Review (find problems early and prevent regressions),
- Test (get executable signal),
- Fix (apply the smallest correct patch),
- Repeat until no blocking issues remain or a stop condition is hit.
Core Objective
Primary Goal: Converge the repository to a "clean" state — all tests passing and no critical/major review findings — using a bounded, evidence-driven review-test-fix loop.
Success Criteria (ALL must be met):