Loop/loopcimedium riskbeginnersafety C · 65

Check CI and fix failures

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

prompt
→ Claude
/loop 5m check CI and fix failures Cap the run at 15 passes.
claude-code

Source: presmihaylov

More ci loops

Ship specs through code review

Loop/loop

Run spec-driven workflow loop every 10 minutes: plan work, collect reviews, execute tasks, open pull requests.

prompt
→ Claude
/loop 10m /flow-next:pilot # build loop: ready spec → plan → reviews → work → draft PR Cap the run at 15 passes.
cimedium risk

CI pipeline speedup

Loop/goallooprepo

Profile the CI pipeline and cut wall-clock time under a target by improving caching, splitting slow jobs, and removing redundant steps, verifying every run stays green.

prompt
→ Claude
/goal the CI pipeline completes in under 10 minutes on a typical PR — analyze the slowest recent runs with `gh run view`, apply one speedup per turn (better dependency caching, job parallelization, removing duplicated steps, trimming artifacts), push to a test branch, and confirm the workflow still passes; stop at the target or after 10 turns
cimedium risk

Wait for CI so you don't have to

Loop/loop

Poll gh pr checks every 10 minutes and get told when the PR is ready to merge, or a summary of which checks failed and why.

prompt
→ Claude
/loop 10m run `gh pr checks 1234`; if all pass, tell me it's ready to merge; if any fail, summarize which and why Cap the run at 15 passes.
cilow risk