Steps
- 01
Install the GitHub plugin with the command below.
- 02
Restart Codex and complete OAuth if prompted.
- 03
Ask Codex to list open PRs or explain the latest CI failure.
- 04
Add a review skill when you want structured multi-angle PR feedback.
Use case
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.
Install the GitHub plugin with the command below.
Restart Codex and complete OAuth if prompted.
Ask Codex to list open PRs or explain the latest CI failure.
Add a review skill when you want structured multi-angle PR feedback.
Copy a command, run it, restart Codex, then use the verify prompt.
Core — PRs, issues, CI, and publish flows
$ npx codex-marketplace add openai/plugins/plugins/github --pluginVerify
“List my open pull requests and summarize what each one changes”
Recommended — debug failing GitHub Actions checks
$ npx codex-marketplace add openai/skills/skills/.curated/gh-fix-ci --skillVerify
“Inspect failing PR checks on this branch and summarize the root cause”
Optional — stage, commit, push, and open a draft PR in one flow
$ npx codex-marketplace add openai/skills/skills/.curated/yeet --skillVerify
“Yeet these changes as a draft PR with a clear title and why/what body”
The official GitHub plugin typically walks you through OAuth in the browser. Follow any prompts after install.
Confirm OAuth finished, restart Codex, and check that the repo is accessible with the signed-in account.