# codex-bug

> Claude/Codex skill by [@openai](https://omgskills.com/library/openai/index.md) · 103k stars · Updated 2026-08-02

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.

## Install

```sh
git clone https://github.com/openai/codex /tmp/codex && ln -s /tmp/codex/.codex/skills/codex-bug ~/.claude/skills/codex-bug
```

## From README

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 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. 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/ Comments: https://api.github.com/repos/openai/codex/issues/ /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.

## Links

- HTML page: https://omgskills.com/skills/openai/codex/codex-bug/
- GitHub: https://github.com/openai/codex
- Author: [@openai](https://omgskills.com/library/openai/index.md)

## More from this repo

- [code-breaking-changes](https://omgskills.com/skills/openai/codex/dot-codex/skills/code-review-breaking-changes/index.md) — Breaking changes
   - [@openai](https://omgskills.com/library/openai/index.md) · 123k stars
- [path-types](https://omgskills.com/skills/openai/codex/dot-codex/skills/path-types/index.md) — Choose Rust types for operating system paths across the Codex repository.
   - [@openai](https://omgskills.com/library/openai/index.md) · 114k stars
- [update-v8-version](https://omgskills.com/skills/openai/codex/dot-codex/skills/update-v8-version/index.md) — Used to update Codex's pinned \`v8\` / \`rusty\_v8\` versions, validate the release-candidate path, and investigate failed...
   - [@openai](https://omgskills.com/library/openai/index.md) · 106k stars
