What problem does it solve?
This Skill addresses the challenge of debugging Codex CLI and app behaviors, parsing configurations, and understanding tool interactions by providing immediate access to core components and debugging tools.
Core Features & Use Cases
- Targeted Source Access: Access to Codex source code for core libraries and tools.
- Config File Analysis: Direct local configuration file inspection to understand and modify settings.
- Reproducible Workflows: Step-by-step guidance for reproducing and resolving issues, including CLI, TUI, app server, and protocol debugging.
- Use Case: When encountering a bug in the Codex CLI, use this Skill to access the relevant source code sections, review configurations, and understand the underlying logic for a quicker resolution.
Quick Start
To debug an issue with the Codex CLI, execute the following command to access the relevant source code sections:
cd ~/Projects/codex
sed -n '1,220p' codex-rs/AGENTS.md