Build Until Pass

Use when a build, typecheck, lint, or test command is failing and you want the agent to drive it to green on its own — run the check, read the errors, apply the smallest fix, re-run, repeat until exit code 0. Stops the human from being the while-loop (run → read error → fix one line → run again) and stops the agent from bulldozing huge speculative rewrites between checks.

lichamnesia 9768308 11.2 KB Updated

File contents

lichamnesia/lich-skills/tree/main/skills/build-until-pass commit 97683088da

Frequently asked questions

npx skillmds@latest add lichamnesia/build-until-pass