CtrlK
BlogDocsLog inGet started
Tessl Logo

codex-debugging

Codex debugging: codex-rs core/tui/exec/cli/app-server/config.

62

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/codex-debugging/SKILL.md
SKILL.md
Quality
Evals
Security

Codex Debugging

Use when investigating Codex CLI/app behavior, config parsing, tool behavior, prompts, MCP/app wiring, or runtime bugs.

Source First

Prefer local source before web/docs:

cd ~/Projects/codex
sed -n '1,220p' codex-rs/AGENTS.md

Then search targeted areas:

rg "<symbol|setting|error|feature>" codex-rs/{core,tui,exec,cli,app-server,app-server-protocol,config}

Workflow

  1. Identify whether the behavior is CLI, TUI, app server, protocol, config, or exec/tooling.
  2. Read the owning module and adjacent tests before proposing changes.
  3. Check local config in ~/.codex/config.toml only after understanding the source contract.
  4. Prefer small repros or focused tests over broad speculation.

Notes

  • For OpenAI API/product docs, use the official-docs path only when source is insufficient.
  • For local browser automation in CLI, use $browser-use; the bundled Browser plugin is Codex app-only.
Repository
steipete/agent-scripts
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.