github Codex Plugin
Plugin Codex Developer Tools Project Management & CollaborationCloud, Deployment & CI/CDCode Quality, Review & TestingThe explanation below is AI-generated. Please verify it against the sources.
The github plugin is an OpenAI-developed Codex/ChatGPT plugin (version 0.1.6, MIT license, per plugin.json) that lets users inspect repositories, triage pull requests and issues, debug CI checks, and prepare code changes for review through GitHub. According to plugin.json, it works via a hybrid workflow: a GitHub App Connector for ChatGPT-login Codex sessions, and a CLI/MCP fallback using a GITHUB_PAT_TOKEN for API-key sessions. The README explains that with the connector, Codex prompts the user to connect GitHub and manages authentication automatically, so no PAT is needed, while PAT-based setups follow GitHub's official Codex installation guide for token creation, permissions, and storage. The plugin is categorized under Developer Tools with Interactive and Write capabilities.
Overview
GitHub, the platform this plugin connects to, is described on its homepage as a developer platform for hosting code, managing pull requests and issues, running CI/CD via GitHub Actions, and using AI-assisted tools such as Copilot. The plugin itself is not a separate SaaS but a connector into this existing GitHub platform.
What you can do with github
- Inspect repositories and review pull requests
- Triage issues
- Debug failing CI/Actions checks
- Prepare and publish code changes for review
- Connect via GitHub App Connector (ChatGPT-login Codex sessions) or via MCP/CLI with a GITHUB_PAT_TOKEN (API-key Codex sessions)
Sources
Original description (English)
Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.
History of github
- Codex Plugin Added github