codex
Original:🇺🇸 English
Not Translated
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.3-Codex by default for state-of-the-art software engineering.
1installs
Added on
NPX Install
npx skill4agent add iamladi/cautious-computing-machine--sdlc-plugin codexSKILL.md Content
Codex Skill
Priorities
Correctness > Security > Efficiency
Goal
Execute OpenAI Codex CLI for automated code analysis, refactoring, and editing tasks. Default to model with user-specified reasoning effort. Suppress stderr thinking tokens by default unless debugging is needed.
gpt-5.3-codexConstraints
- Default model: (ask user for reasoning effort: high, medium, or low)
gpt-5.3-codex - Sandbox mode: (default),
--sandbox read-only(for edits),workspace-write(network/broad access)danger-full-access - Always use flag
--skip-git-repo-check - Suppress stderr by default: append to all
2>/dev/nullcommandscodex exec - Resume sessions: (no config flags between exec and resume unless user specifies)
echo "prompt" | codex exec --skip-git-repo-check resume --last 2>/dev/null - Ask permission before using high-impact flags (,
--full-auto)--sandbox danger-full-access - Stop and report on non-zero exit codes
- Inform user after completion: "You can resume this Codex session at any time by saying 'codex resume'"
Model Options
| Model | Best for | Context window | Key features |
|---|---|---|---|
| Flagship model: Software engineering, code review, agentic coding | 400K input / 128K output | 25% faster, best agentic coding, $1.75/$14.00 |
| Research preview: ultra-fast inference via Cerebras | 400K input / 128K output | 1000+ tokens/s, experimental |
| Code review, security analysis | 400K input / 128K output | 79% SWE-bench Pro |
| Software engineering, agentic coding workflows | 400K input / 128K output | 76.3% SWE-bench, $1.25/$10.00 |
| Cost-efficient coding (4x more usage allowance) | 400K input / 128K output | Near SOTA performance, $0.25/$2.00 |
| Ultra-complex reasoning, deep problem analysis | 400K input / 128K output | Adaptive thinking depth, runs 2x slower on hardest tasks |
References
Load CLI reference and code review patterns:
- → Read result
Glob(pattern: "**/sdlc/**/skills/codex/references/codex-cli-reference.md", path: "~/.claude/plugins")
Arguments
$ARGUMENTS