Fix Until Green

Drive a failing build to passing in a disciplined loop: run the project's full gate (tests + lint + typecheck), fix one root cause, re-run the whole gate, and repeat until all three exit clean — with a hard iteration cap, no-progress detection, and a rule against cheating the gate green. Use when tests/CI are red and you want them green, when a build wave fails its checks, or as the QE inner loop under an orchestrated build. Trigger on: "fix until green", "make the tests pass", "get CI green", "fix the failing tests", "make it green", "drive the build to passing", "red to green", "loop until tests pass", "fix lint and type errors", "keep fixing until the suite is clean", "make the wave gate pass". A configuration of loop-controller — it supplies the harness; this skill supplies the proof (three exit codes) and the fix discipline.

ivy00johns Updated

File contents

ivy00johns/Skill-Madness/tree/main/skills/loops/fix-until-green commit c2546e9a85

Frequently asked questions

npx skillmds@latest add ivy00johns/fix-until-green