
from agent-skills231
Guides safe, sandboxed use of the Codex CLI for code analysis, refactoring, and automated edits, with recommended flags and safety boundaries.
Provides operational guidance for using the Codex CLI in agent workflows. The skill documents recommended sandbox modes, flag usage, model defaults (gpt-5.2), and safe practices for running codex exec and resuming sessions. It includes step-by-step instructions for assembling commands, handling reasoning effort levels, and summarizing outcomes for users.
Use this skill when a user requests that the agent run Codex CLI commands, perform automated code edits, or resume prior Codex sessions. It is applicable to tasks like refactoring, code review, applying local edits, or running agentic coding workflows that need explicit sandbox and safety controls.
Targeted at systems that can execute CLI tools or orchestrate Codex (Codex CLI, Claude Code wrappers, or other agent runners).
Instruction-only skill (no scripts) that guides safe use of the OpenAI Codex CLI for code analysis and refactoring. Well-structured SKILL.md with clear safety boundaries, sandbox mode defaults, and model options. No executable code to test.
Clean skill with no security concerns. Emphasizes user confirmation before destructive operations. The always-use --skip-git-repo-check is a minor concern but specific to Codex CLI workflow.