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 review comment. Bot account: chatgpt-codex-connector[bot]. If the repo isn't connected, this loop cannot work — say so.
  • gh authenticated (gh auth status) and jq installed. Run the script from inside the repo (it auto-detects owner/name via gh repo view).

The loop

Installs
58
GitHub Stars
666
First Seen
11 days ago
codex-review-loop — lixiaolin94/skills