codex-bug Skill
Diagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is not a bug; follow any additional user-provided instructions. Published by openai in codex.
What is codex-bug Skill?
Diagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is not a bug; follow any additional user-provided instructions. Published by openai in codex. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using codex
Technical details
- Install or run with Copy skill directory
When to use codex-bug Skill
- Use it for developers using codex.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/codex
- Skill file: .codex/skills/codex-bug/SKILL.md
What it does
Diagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is not a bug; follow any additional user-provided instructions.
Skill instructions
Codex Bug Overview Diagnose a Codex GitHub bug report and decide the next action: verify against sources, request more info, or explain why it is not a bug. Workflow 1. Confirm the input - Require a GitHub issue URL that points to github.com/openai/codex/issues/…. - If the URL is missing or not in the right repo, ask the user for the correct link. 2. Network access - Always access the issue over the network immediately, even if you think access is blocked or unavailable. - Prefer the GitHub API over HTML pages because the HTML is noisy: - Issue: https://api.github.com/repos/openai/codex/issues/<number - Comments: https://api.github.com/repos/openai/codex/issues/<number/comments - If the environment requires explicit approval, request it on demand via the tool and continue without additional user prompting. - Only if the network attempt fails after requesting approval, explain what you can do offline (e.g., draft a response template) and ask how to proceed. 3. Read the issue - Use the G
Explore related resources
Frequently asked questions
What is codex-bug?
codex-bug is a open-source AI agent skill with Copy skill directory. Diagnose GitHub bug reports in openai/codex. Use when given a GitHub issue URL from openai/codex and asked to decide next steps such as verifying against the repo, requesting more info, or explaining why it is.
Who is codex-bug best for?
codex-bug is best for reusing agent instructions, scripts, and references.
How do I install codex-bug?
Install or run codex-bug using Copy skill directory. Check codex-bug for the latest setup command.
Is codex-bug actively maintained?
codex-bug may need a closer maintenance check before production use.
Auto-fetched from GitHub.