run-codex-review-loop
Installation
SKILL.md
run-codex-review-loop
Run repeatable Codex review passes without relying on the retired run-codex-2 dispatcher. This skill owns the loop around native Codex review execution; run-review in the main pack owns one-off review routing, PR handoff, and feedback triage.
Two modes:
- Mode A — Multi-lens checkout audit (default): review the current active checkout branch (whatever
git branch --show-currentreports — oftenmain) through many independent review lenses, in rounds, until findings converge. - Mode B — Multi-branch comparison: the original branch loop — run review across two or more named branches and compare findings.
Pick Mode B only when the user names two or more branches. Everything else — "review the whole project", "full audit", "multiple lenses", "review main", "review the current branch" — is Mode A.
Use This When
- The user asks for a complete, multi-lens, whole-project Codex review of the current checkout branch.
- The user asks to keep reviewing until issues converge or the branch is clean enough.
- The user names two or more branches and asks for Codex review, convergence, close-out, or comparison.
- A prior review loop has saved outputs and the user asks to resume or rescue it.
Do not use this for: