codex-review-loop
Installation
SKILL.md
Codex Review Loop
A loop for converging a PR against ChatGPT Codex's online GitHub PR review, then merging.
There is no hidden infrastructure — just gh, the bundled poll script, and the discipline below.
The mechanical parts (trigger + dual-signal poll + extract findings) are in
codex-review-loop.sh. The judgment parts (fixing findings, verifying,
deciding to merge) are yours.
Precondition (check first)
- The repo must have ChatGPT Codex's GitHub PR-review integration enabled (org/repo setting).
Reviews trigger on PR open, draft→ready, or a
@codex reviewcomment. Bot account:chatgpt-codex-connector[bot]. If the repo isn't connected, this loop cannot work — say so. ghauthenticated (gh auth status) andjqinstalled. Run the script from inside the repo (it auto-detectsowner/nameviagh repo view).