Loop/loopCode Reviewlow riskbeginnersafety C · 65

Review code changes until done

Review the current change and iterate until you confirm the work is complete.

prompt
→ Claude
/loop Review the current change and continue until complete
claude-code

Source: packetloss404

More review loops

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

Check codex-watch PRs

Loop/loop

Run every 15 minutes to find and display all open pull requests labeled codex-watch.

prompt
→ Claude
/loop 15m check every open PR labeled codex-watch Cap the run at 15 passes.
reviewlow risk

The nested perfect loop

Loop/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.

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