Get tests green, docs clear
Run tests and polish the README until npm test passes and documentation is complete.
/goal improve this repository until npm test passes and the README is clear
claude-code
More testing loops
Kill flaky tests
Run your test suite repeatedly, collect every intermittent failure, and fix or quarantine flaky tests until you get five consecutive green runs.
/loop run my test suite 20 times, collect every intermittent failure, fix or quarantine the flaky ones, and don't stop until you get 5 consecutive fully-green runs
testinghigh risk
Ship the release
Run tests and update changelog until both pass without altering the public API.
/goal ship the release --success "tests pass and changelog updated" --constraints "do not touch the public API" --mode ordered
testingmedium risk
Every task in PLAN.md is marked [x], npm…
Community goal loop for testing, sourced from github. Verified exit condition, evaluator-gated.
/goal every task in PLAN.md is marked [x], npm test exits 0 with output shown Cap the run at 20 turns.
testingmedium risk