Run the test suite and report if anything…
Community loop loop for testing, sourced from github. Verified exit condition, evaluator-gated.
/loop 30s run the test suite and report if anything is failing Cap the run at 15 passes.
claude-code
Source: juliuspeter712-netizen ↗graded C · 65/100 — how grades work →
More testing loops
Test all endpoints
Run tests against every API endpoint until coverage is complete or you hit 30 iterations.
/goal all endpoints tested or stop after 30 turns
Build a REST API with tests
Run autonomous iterations to ship a complete REST API with full test coverage until completion is promised.
/ralph-loop "Build a REST API with tests" --max-iterations 30 --completion-promise "COMPLETE
Hit acceptance criteria
Drive a feature to done against explicit acceptance criteria: a working paginated endpoint, passing tests, clean lint, and a hard turn cap.
/goal the /users endpoint returns 200 with a paginated JSON body, all tests pass, and lint is clean — stop after 20 turns