Loop directory

213 published loops. Copy one, swap in your repo, run it.

Babysit a PR

/loopnew

Re-run a PR review every 20 minutes so new commits and review comments get handled without you watching the thread.

prompt
→ Claude
/loop 20m /review-pr 1234
reviewmedium risk

Watch tests while you work

/loopnew

A passive watchdog loop that reruns your test suite every 15 minutes and surfaces failing tests with their error output.

prompt
→ Claude
/loop 15m run the test suite, and if anything fails, show me the failing tests and the error output
testinglow risk

Kill flaky tests

/loopnew

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