gh-pr-codex-review-loop

Installation
SKILL.md

GH PR Codex Review Loop

Overview

Use this skill to drive a current-branch PR review loop with gh and GITHUB_BOT_TOKEN. Run one blocking script that polls the PR every 60 seconds. chatgpt-codex-connector[bot] +1 means pass. eyes means Codex is still reviewing, so keep waiting. The script exits only in two cases: +1 is present, or actionable review feedback is present and needs handling.

Requirements

  • Run inside the git worktree for the PR branch.
  • Require gh on PATH.
  • Require node on PATH.
  • Require GITHUB_BOT_TOKEN to be set and authorized for the repository.
  • This skill uses its own bundled script. Do not look for a repo-local scripts/pr-review-loop.mjs.
  • This skill does not depend on any repository preset, workflow preset, or repo-local entry script.
  • Run all gh reads and writes with GH_TOKEN="$GITHUB_BOT_TOKEN".
  • Before any GitHub write, bot-authored commit, or push, invoke $git-github-write-as-bot if that skill is available.
  • Do not configure poll interval or timeout for this skill. Use the built-in defaults: 60-second polling and no timeout.
  • Do not ask the skill for status updates while it is running. Start the loop and wait for it to finish.
Installs
2
First Seen
Apr 6, 2026
gh-pr-codex-review-loop — zhangyu1818/skills