Stabilization Loop

Iterates on a locally runnable project (typically a server with a test suite) until it builds, runs, and passes all tests cleanly, fixing failures between runs. Use when tests or the running application are failing or flaky after changes and the user wants to loop until green. Requires a local development setup — never run against production.

viktor-ferenczi 3299943 2.9 KB Updated

File contents

viktor-ferenczi/skills/tree/main/skills/stabilization-loop commit 3299943e16

Frequently asked questions

npx skillmds add viktor-ferenczi/stabilization-loop