# looprepo — agent loop catalog A directory of copy-paste AI agent loops for Claude Code and Codex. Every loop carries a Safety Score (A-F) graded by a default-fail evaluator: exit conditions, iteration budgets, verification checks, scoping, and human gates. Updated: 2026-07-05T17:29:11.094Z Loops: 212 Structured catalog: https://looprepo.dev/catalog.json Agent instructions: https://looprepo.dev/llms.txt MCP endpoint: https://looprepo.dev/api/mcp --- ## Draft a sprint plan from the backlog slug: sprint-plan-from-issues | /goal | planning | intermediate | low risk | safety B/80 url: https://looprepo.dev/loops/sprint-plan-from-issues agents: claude-code, codex Turn the open issue backlog into a proposed two-week sprint plan with estimates, a dependency ordering, and an explicit cut line, written as a document for the team to edit. prompt: /goal SPRINT-PLAN.md contains a proposed 2-week plan — read all open issues labeled `ready`, estimate each as S/M/L based on the code it touches, order them by dependency and value, draw a cut line at a realistic capacity, and list what falls below it with reasons; make no changes to the issues themselves; stop after 6 turns ## "check the PR every 15 min" | slug: check-the-pr-every-15-min | /schedule | ci | beginner | high risk | safety C/55 url: https://looprepo.dev/loops/check-the-pr-every-15-min agents: claude-code Community schedule loop for ci, sourced from github. Verified exit condition, evaluator-gated. prompt: /schedule "check the PR every 15 min" | ## Get auth tests green slug: get-auth-tests-green | /goal | testing | beginner | low risk | safety C/60 url: https://looprepo.dev/loops/get-auth-tests-green agents: claude-code Run auth tests and linter until all pass and the diff is clean. prompt: /goal All tests in test/auth/ pass, lint is clean, and the diff touches only ## Ship a PR through CI and reviews slug: ship-a-pr-through-ci-and-reviews | /loop | ci | intermediate | high risk | safety C/55 url: https://looprepo.dev/loops/ship-a-pr-through-ci-and-reviews agents: claude-code, codex Draft a PR, run CI, collect reviews, merge, and release—repeat every 30 minutes until land criteria are met. prompt: /loop 30m /flow-next:land # ship loop: draft PR → CI green → reviews converged → merged → released ## Ship specs through code review slug: ship-specs-through-code-review | /loop | ci | intermediate | medium risk | safety C/55 url: https://looprepo.dev/loops/ship-specs-through-code-review agents: claude-code, codex Run spec-driven workflow loop every 10 minutes: plan work, collect reviews, execute tasks, open pull requests. prompt: /loop 10m /flow-next:pilot # build loop: ready spec → plan → reviews → work → draft PR ## Run detect-fix-verify cycles slug: run-detect-fix-verify-cycles | /loop | testing | intermediate | medium risk | safety C/65 url: https://looprepo.dev/loops/run-detect-fix-verify-cycles agents: claude-code Run detect-fix-verify cycles up to 3 times until integration issues resolve. prompt: /loop integration). Manages detect→fix→verify cycle with max 3 iterations ## Watch PR checks pass slug: watch-pr-checks-pass | /loop | ci | beginner | low risk | safety C/55 url: https://looprepo.dev/loops/watch-pr-checks-pass agents: claude-code Poll GitHub PR checks every 5 minutes until all status checks pass. prompt: /loop 5m gh pr checks 1234 ## Re-run PR review on schedule slug: re-run-pr-review-on-schedule | /schedule | ci | intermediate | medium risk | safety C/55 url: https://looprepo.dev/loops/re-run-pr-review-on-schedule agents: claude-code Re-invoke a specific PR review skill every 20 minutes until the review completes or you stop it. prompt: /loop 20m /review-pr 1234 , to re-run that skill each iteration. {/ min-version: 2.1.196 /}As of v2.1.196, a scheduled fire only runs skills that Claude is [allowed to invoke on its own](/en/skills#control-who-invokes-a-skill). The following reach Claude as plain text instead of executing ## Run agent turns until goal met slug: run-agent-turns-until-goal-met | /goal | automation | advanced | medium risk | safety D/40 url: https://looprepo.dev/loops/run-agent-turns-until-goal-met agents: claude-code Agent executes repeated turns toward a condition, with a lightweight evaluator checking progress after each turn until the goal is reached. prompt: /goal