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.
Implementation note
When to use: to start each workday with a first-pass review already drafted on your assigned PRs. Safety: it leaves review comments only — it does not approve or merge, so human sign-off is preserved. Scope it to PRs assigned to you so it does not comment across the whole repo.
More review loops
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.
Claude ships, Codex reviews
Open a PR, run an independent Codex review, fix every blocking finding, and repeat until it's clean.