Loop/goalTestinglow riskbeginnersafety C · 70

Get tests green, docs clear

Run tests and polish the README until npm test passes and documentation is complete.

prompt
→ Claude
/goal improve this repository until npm test passes and the README is clear
claude-code

Source: TrebuchetDynamics

More testing loops

Kill flaky tests

Loop/loop

Run your test suite repeatedly, collect every intermittent failure, and fix or quarantine flaky tests until you get five consecutive green runs.

prompt
→ Claude
/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

Loop/goal

Run tests and update changelog until both pass without altering the public API.

prompt
→ Claude
/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…

Loop/goal

Community goal loop for testing, sourced from github. Verified exit condition, evaluator-gated.

prompt
→ Claude
/goal every task in PLAN.md is marked [x], npm test exits 0 with output shown Cap the run at 20 turns.
testingmedium risk