GitHub
Full GitHub integration for OpenAI Codex — triage PRs, manage issues, monitor CI, and automate publish workflows from a single plugin.
Install
npx codex-marketplace add openai/plugins/plugins/github --plugin The official GitHub plugin for Codex brings repository management into the agent workflow. Codex can review open pull requests, generate descriptions from diffs, approve or request changes, create issues from failing tests, and monitor Actions runs — all without leaving the agent session.
The plugin covers the full GitHub REST and GraphQL surface: repos, branches, PRs, issues, labels, milestones, Actions workflows, Gists, and package registries. One of OpenAI’s most-starred official plugins with 893 GitHub stars.
Features
PR triage
Review, approve, request changes, and merge pull requests.
Issue management
Create, label, assign, and close issues from Codex chat.
Actions monitoring
Check CI status and view workflow run logs inline.
Common Use Cases
- Automated PR description generation
- Issue triage from failing tests
- CI failure root-cause analysis