원클릭으로
codex-cli
Reference for Codex CLI usage patterns. Consult before calling codex via Bash.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reference for Codex CLI usage patterns. Consult before calling codex via Bash.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reference for rp-cli usage patterns. Consult before calling rp-cli via Bash.
Reference for Gemini CLI usage patterns. Consult before calling gemini via Bash.
Run code quality checks. Use after making code changes, before commits, or when asked to check code quality.
| name | codex-cli |
| description | Reference for Codex CLI usage patterns. Consult before calling codex via Bash. |
Quick reference for Codex CLI commands.
codex exec "[prompt]" -m gpt-5.2 --reasoning-effort high --sandbox read-only --ask-for-approval never 2>&1
| Flag | Purpose |
|---|---|
exec | Non-interactive execution mode |
-m gpt-5.2 | Model selection |
--reasoning-effort high | Reasoning effort (minimal, low, medium, high, xhigh) |
--sandbox read-only | Prevent file modifications |
--sandbox workspace-write | Allow writes within workspace |
--ask-for-approval never | Non-interactive mode |
--search | Enable web search |
-C DIR | Set working directory |
# Resume a previous session
codex resume [session-id] "[prompt]" --sandbox read-only --ask-for-approval never 2>&1
Note: Session IDs are returned in Codex output.
dangerouslyDisableSandbox: true for Bash calls2>&1 to capture all outputNEVER use these flags:
--dangerously-bypass-approvals-and-sandbox - FORBIDDEN--sandbox danger-full-access - FORBIDDENTimeout: Complex analysis may take 5-10 minutes. Use longer timeout values.
Authentication: Codex CLI must be authenticated via codex login.
Flag errors: Run codex --help to verify correct flag usage.
codex --help