Code Review loops
Review loops that find and rank issues, then hand you the verdict instead of pushing fixes.
8 graded loops in this category.
Address review comments, fix CI
Check your PR for new comments and CI failures, address them, then loop every 5 minutes until all pass.
Map codebase with review prompt
Run a review prompt against your codebase repeatedly until the completion promise resolves, with no iteration cap.
Review code changes until done
Review the current change and iterate until you confirm the work is complete.
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.
Audit code diffs, ship clean
Run code review on each step's diff, stop when zero findings or after 3 rounds.
Check codex-watch PRs
Run every 15 minutes to find and display all open pull requests labeled codex-watch.
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.
Claude ships, Codex reviews
Open a PR, run an independent Codex review, fix every blocking finding, and repeat until it's clean.