Loop/loopTestingmedium riskbeginnersafety C · 65GitHub

Node conformance/north-star.test.js

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

prompt
→ Claude
/loop 30m node conformance/north-star.test.js Cap the run at 15 passes.
claude-code

Source: brightsethgraded C · 65/100 — how grades work →

More testing loops

Test all endpoints

Loop/goalGitHubB

Run tests against every API endpoint until coverage is complete or you hit 30 iterations.

prompt
→ Claude
/goal all endpoints tested or stop after 30 turns
testingmedium riskclaude-code

Build a REST API with tests

Loop/ralphGitHubB

Run autonomous iterations to ship a complete REST API with full test coverage until completion is promised.

prompt
→ Claude
/ralph-loop "Build a REST API with tests" --max-iterations 30 --completion-promise "COMPLETE
testingmedium riskclaude-code

Hit acceptance criteria

Loop/goalXB

Drive a feature to done against explicit acceptance criteria: a working paginated endpoint, passing tests, clean lint, and a hard turn cap.

prompt
→ Claude
/goal the /users endpoint returns 200 with a paginated JSON body, all tests pass, and lint is clean — stop after 20 turns