/loopcilow riskbeginnersafety C · 55

Wait for CI so you don't have to

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
claude-code · codex · cursor

Implementation note

Read-only and cheap. Replace 1234 with your PR number and go do something else.

Source: louiswharmby

More ci loops

Watch PR checks pass

/loopnew

Poll GitHub PR checks every 5 minutes until all status checks pass.

prompt
→ Claude
/loop 5m gh pr checks 1234
cilow risk

"check the PR every 15 min" |

/schedulenew

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

prompt
→ Claude
/schedule "check the PR every 15 min" |
cihigh risk

Ship a PR through CI and reviews

/loopnew

Draft a PR, run CI, collect reviews, merge, and release—repeat every 30 minutes until land criteria are met.

prompt
→ Claude
/loop 30m /flow-next:land # ship loop: draft PR → CI green → reviews converged → merged → released
cihigh risk