Documentation
README
Codex Explain Skill
Trigger
- Keywords: explain code, what does this do, how does this work, code walkthrough
When NOT to Use
- Code review (use
codex-code-review) - Bug investigation (use
bug-fixorissue-analyze) - Architecture overview (use
code-explore)
Workflow
Read target โ [Collect context] โ Codex explain โ Output explanation
Step 1: Read Target File
Read file content. If --lines specified, extract only that range.
Step 2: Codex Explanation
Dispatch per @skills/codex-code-review/references/codex-transport.md ยง Start with the explanation prompt. See references/codex-prompt-explain.md.
Depth Levels
This is the opening of the README. Read the full README on GitHub.