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:

  1. Review (find problems early and prevent regressions),
  2. Test (get executable signal),
  3. Fix (apply the smallest correct patch),
  4. 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):

Related skills
Installs
20
GitHub Stars
7
First Seen
Feb 25, 2026