review loops
9 loops in this category.
The nested perfect loop
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.
Summarize new PR review comments
Check your PR status every hour and summarize new review comments until you dismiss the loop.
Monitor a target until complete
Watch a thread, run, or PR and stop when it reaches your specified time or completion condition.
Claude ships, Codex reviews
Open a PR, run an independent Codex review, fix every blocking finding, and repeat until it's clean.
Babysit a PR
Re-run a PR review every 20 minutes so new commits and review comments get handled without you watching the thread.
Lint wiki, batch and land
Run linting on wiki files in batches, get team review sign-off, and merge clean PRs automatically.
Codex Iterative Repair Loop (JSON-Schema Review → Repair)
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.
Weekdays at 9am: review open PRs assigned to you
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.
Flag PRs with failing checks
Review open PRs and flag any with failing checks until you've reviewed all.