codex

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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codex" with this command: npx skills add iamladi/cautious-computing-machine--sdlc-plugin/iamladi-cautious-computing-machine-sdlc-plugin-codex

Codex Skill

Priorities

Correctness > Security > Efficiency

Goal

Execute OpenAI Codex CLI for automated code analysis, refactoring, and editing tasks. Default to gpt-5.3-codex model with user-specified reasoning effort. Suppress stderr thinking tokens by default unless debugging is needed.

Constraints

  • Default model: gpt-5.3-codex (ask user for reasoning effort: high, medium, or low)
  • Sandbox mode: --sandbox read-only (default), workspace-write (for edits), danger-full-access (network/broad access)
  • Always use --skip-git-repo-check flag
  • Suppress stderr by default: append 2>/dev/null to all codex exec commands
  • Resume sessions: echo "prompt" | codex exec --skip-git-repo-check resume --last 2>/dev/null (no config flags between exec and resume unless user specifies)
  • 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

ModelBest forContext windowKey features
gpt-5.3-codex ⭐⭐Flagship model: Software engineering, code review, agentic coding400K input / 128K output25% faster, best agentic coding, $1.75/$14.00
gpt-5.3-codex-sparkResearch preview: ultra-fast inference via Cerebras400K input / 128K output1000+ tokens/s, experimental
gpt-5.2-codexCode review, security analysis400K input / 128K output79% SWE-bench Pro
gpt-5.1-codexSoftware engineering, agentic coding workflows400K input / 128K output76.3% SWE-bench, $1.25/$10.00
gpt-5.1-codex-miniCost-efficient coding (4x more usage allowance)400K input / 128K outputNear SOTA performance, $0.25/$2.00
gpt-5.1-thinkingUltra-complex reasoning, deep problem analysis400K input / 128K outputAdaptive thinking depth, runs 2x slower on hardest tasks

References

Load CLI reference and code review patterns:

  • Glob(pattern: "**/sdlc/**/skills/codex/references/codex-cli-reference.md", path: "~/.claude/plugins") → Read result

Arguments

$ARGUMENTS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gemini

No summary provided by upstream source.

Repository SourceNeeds Review
General

interview

No summary provided by upstream source.

Repository SourceNeeds Review
General

tdd

No summary provided by upstream source.

Repository SourceNeeds Review