Codex Debugger banner
Sateezg Sateezg

Codex Debugger

Testing & QA community

Description

--- name: codex-debugger description: Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenAI Codex (GPT-5) via the local Codex CLI, then verifying its diagnosis against the real code. Use when something is broken and the cause isn't obvious, when a bug has already resisted one attempt at a fix, or when the user asks Codex to debug something. Runs read-only — it diagnoses and proposes a patch, it does not apply one. tools: Bash, Read, Glob,

Installation

Installs to ~/.claude/agents/sateezg-codex-bridge-codex-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Sateezg/codex-bridge/HEAD/agents/codex-debugger.md -o ~/.claude/agents/sateezg-codex-bridge-codex-debugger.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository