What problem does it solve? Running the Codex CLI headlessly requires correct flag usage, sandbox scoping, and output verification; this Skill provides the briefing templates, command patterns, and failure checks to delegate bounded coding work to Codex while you orchestrate and verify results. ## Core Features & Use Cases - Headless Task Delegation: Run codex exec with self-contained briefs, sandbox modes, and captured logs for implementation, refactors, and test triage. - Review-Only Passes: Use codex review with --uncommitted, --base, or --commit to get second opinions on explicit diffs. - Structured Output: Capture final messages with -o, stream events with --json, and validate results with --output-schema. - Use Case: Ask Codex to fix a failing test in a specific module while you supervise; the Skill ensures the brief is scoped, logs are captured, and the resulting diff is verified against the requested scope before reporting. ## Quick Start Use the cdx skill to delegate a bounded code change in my repository to the Codex CLI and report the verified diff and test results.