원클릭으로
codex
Quick consultation with OpenAI Codex CLI. Use when you want another AI's perspective on code, architecture, or any technical question.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quick consultation with OpenAI Codex CLI. Use when you want another AI's perspective on code, architecture, or any technical question.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Quick consultation with Google Gemini AI. Use when you want another AI's perspective on code, architecture, or any technical question.
Get multiple AI perspectives (Gemini + Codex) on a question. Use for architectural decisions, security reviews, or when you want validation from other AIs.
| name | codex |
| description | Quick consultation with OpenAI Codex CLI. Use when you want another AI's perspective on code, architecture, or any technical question. |
Query OpenAI Codex for a second opinion. Pass your question as $ARGUMENTS.
/codex What's the most efficient way to batch database inserts with Drizzle?
/codex Suggest alternative approaches for this caching strategy
Before running the query, check which model is configured. Read ~/.codex/config.toml to find the current model setting. If no model is configured there, ask the user which OpenAI model to use via AskUserQuestion (provide the latest frontier options you're aware of, plus an "Other" escape hatch). Pass the chosen model with -m MODEL_NAME.
If the user has used this skill before in the same session and already selected a model, reuse that choice without asking again.
If $ARGUMENTS references specific files or code, read those files first and include relevant snippets in the prompt.
codex exec -m MODEL_NAME "YOUR PROMPT HERE" -o /tmp/codex-result.txt 2>/dev/null; cat /tmp/codex-result.txt 2>/dev/null; rm -f /tmp/codex-result.txt
Present Codex's response to the user. Add your own perspective — note where you agree, disagree, or have additional context.
codex CLI auth--dangerously-bypass-approvals-and-sandbox — this is read-only consultation