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…
Install
npx skills add https://github.com/LichAmnesia/lich-skills --skill build-until-passStats
| Total installs | 0 |
| Weekly installs | New |
| GitHub stars | 228 |
| First seen | Jun 2026 |
| Source | @LichAmnesia/lich-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs build-until-pass |
|---|---|---|
| developer-growth-analysis | 984 | +984 |
| swift-expert | 1,020 | +1,020 |
| code-connect-components | 880 | +880 |
| coding-guidelines | 1,023 | +1,023 |
| ts-library | 1,001 | +1,001 |
FAQ
- How many installs does build-until-pass have?
- build-until-pass is new this week — installs are still being counted.
- Where is build-until-pass hosted?
- build-until-pass is published by @LichAmnesia/lich-skills at https://github.com/LichAmnesia/lich-skills.
- How many GitHub stars does build-until-pass have?
- build-until-pass has 228 GitHub stars.
- When was build-until-pass first indexed?
- OrangeBot.AI first indexed build-until-pass on Jun 2026.
- How do I install build-until-pass?
- Run: npx skills add https://github.com/LichAmnesia/lich-skills --skill build-until-pass