github Codex Plugin
Codex PluginCodexDeveloper ToolsProject Management & CollaborationCloud, Deployment & CI/CDCode Quality, Review & TestingThe explanation below is AI-generated. Please verify it against the sources.
This plugin is a developer tool that lets a user inspect GitHub repositories, review and prioritize pull requests and issues, and look into failing CI checks. According to plugin.json, it relies primarily on a built-in GitHub connector while falling back to command-line operations when needed. It is developed by OpenAI and distributed under the MIT license. Its interface supports both interactive and write actions, and it is categorized as a Developer Tools plugin. The repository's README lists it among a broader collection of example Codex plugins.
About the service
GitHub is a platform for hosting Git repositories, coordinating work through pull requests and issues, and running CI/CD pipelines with GitHub Actions. This plugin connects to that platform to retrieve repository information and help publish changes on a user's behalf.
What you can do with github
- Look through the contents and structure of a repository
- Review and organize pull requests and issues
- Investigate failing CI or Actions checks
- Prepare code changes and publish them for review
- Rely on a connector by default, with CLI commands used as a fallback
Sources
History of github
- Codex Plugin Updated plugin manifest (plugin.json) of github
- Codex Plugin Updated version of github (0.1.6 → 0.1.11)