Summarize new PR review comments

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
claude-code

Implementation note

When to use: you want a lightweight standing digest of new PR feedback without checking every repo yourself. Safety: read-only — it only summarizes, it does not comment, approve, or merge — so it is low risk to leave running continuously; cap the /loop interval (1h here) so it does not burn budget checking dormant PRs.

Source: unisonlabs

More review loops

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

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