build-until-pass
by @LichAmnesia/lich-skills · 228 stars · New installs/wk
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…
Install
npx skills add https://github.com/LichAmnesia/lich-skills --skill build-until-passSummary
- Runs the failing build/typecheck/lint/test command, reads errors, applies the smallest fix, re-runs until exit code 0
- Stops the human from being the while-loop and stops the agent from speculative rewrites between checks
- Drives any check to green autonomously with bounded, minimal edits