codexplugin

Review PRs on GitHub

You want Codex to triage pull requests, explain CI failures, and draft review notes without switching to the GitHub UI all day.

Outcome: Install the official GitHub plugin, then verify with a PR list prompt. Optionally add a review skill for deeper diffs.

Steps

  1. 01

    Install the GitHub plugin with the command below.

  2. 02

    Restart Codex and complete OAuth if prompted.

  3. 03

    Ask Codex to list open PRs or explain the latest CI failure.

  4. 04

    Add a review skill when you want structured multi-angle PR feedback.

Install these

Copy a command, run it, restart Codex, then use the verify prompt.

GitHubPlugincoding

Core — PRs, issues, CI, and publish flows

$ npx codex-marketplace add openai/plugins/plugins/github --plugin

Verify

List my open pull requests and summarize what each one changes

Full detail page
Gh Fix CiSkillcoding

Recommended — debug failing GitHub Actions checks

$ npx codex-marketplace add openai/skills/skills/.curated/gh-fix-ci --skill

Verify

Inspect failing PR checks on this branch and summarize the root cause

Full detail page
YeetSkillcoding

Optional — stage, commit, push, and open a draft PR in one flow

$ npx codex-marketplace add openai/skills/skills/.curated/yeet --skill

Verify

Yeet these changes as a draft PR with a clear title and why/what body

Full detail page

FAQ

Do I need a GitHub token?

The official GitHub plugin typically walks you through OAuth in the browser. Follow any prompts after install.

What if Codex cannot see my PRs?

Confirm OAuth finished, restart Codex, and check that the repo is accessible with the signed-in account.