review loops

9 loops in this category.

The nested perfect loop

/loopnew

A loop wrapping a goal wrapping a review: every 30 minutes, drive all PR review comments to resolved via /review, 10 turns max per pass.

prompt
→ Claude
/loop 30m /goal all PR review comments resolved via /review, stop after 10 turns
reviewhigh risk

Summarize new PR review comments

/loopnew

Check your PR status every hour and summarize new review comments until you dismiss the loop.

prompt
→ Claude
/loop 1h check PR status and summarize new review comments
reviewlow risk

Monitor a target until complete

/goalnew

Watch a thread, run, or PR and stop when it reaches your specified time or completion condition.

prompt
→ Claude
/goal Monitor <target thread, run, or PR until <time or completion condition
reviewlow risk

Claude ships, Codex reviews

Open a PR, run an independent Codex review, fix every blocking finding, and repeat until it's clean.

prompt
→ Claude
Run /clodex [task] think hard --max-iter 5 --threshold medium. Claude plans the task, implements it, opens a pull request, asks Codex for an adversarial review, fixes findings above the accepted severity, and repeats. Keep the branch, PR, findings, verdict, and iteration state resumable. Stop when Codex approves, only accepted findings remain, progress stalls, or the iteration cap is reached. Never describe an errored or exhausted run as approved. Finish with the PR, checks, verdict, and remaining findings.
reviewlow risk

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

Lint wiki, batch and land

/loopnew

Run linting on wiki files in batches, get team review sign-off, and merge clean PRs automatically.

prompt
→ Claude
/loop wiki linting, agent team review workflow, combined batch + hook pattern
reviewlow risk

Codex Iterative Repair Loop (JSON-Schema Review → Repair)

/ralph★ OpenAInew

OpenAI's first-party loop recipe: a script alternates a Codex review pass that emits machine-readable findings with a repair pass fed those findings verbatim, looping until validation passes, attempts run out, progress stalls, or a decision needs human review.

prompt
→ Claude
Script alternates two `codex exec` calls: (a) review pass with a JSON schema output ("list remaining issues as machine-readable findings"), (b) repair pass fed those findings verbatim. Loop while findings remain, capped by max attempts. Stops for one of four reasons: validation passes, max attempts reached, remaining delta stops changing, or next decision needs human review.
reviewmedium risk

Weekdays at 9am: review open PRs assigned to you

/schedulenew

A scheduled Routine that runs each weekday at 9am to review the open pull requests assigned to you and leave a first-pass review on each, running in the cloud even with your computer off.

prompt
→ Claude
/schedule weekdays at 9am: review open PRs assigned to me, leave a first-pass
reviewhigh risk

Flag PRs with failing checks

/loopnew

Review open PRs and flag any with failing checks until you've reviewed all.

prompt
→ Claude
/loop review open PRs in this repo and flag any with failing checks
reviewlow risk