# Codex Chat

> Use when user wants to ask Codex a question, get a second opinion, or consult with gpt-5.2. Triggers on phrases like "ask codex", "codex opinion", "what does codex think".

- Skill: `majiayu000/codex-chat-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/codex-chat-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/codex-chat-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/codex-chat-2

---


# Codex Chat Skill

General consultation with Codex (gpt-5.2) for questions, opinions, and analysis.

## When to Use

- User asks for Codex's opinion
- User wants a second AI perspective
- User explicitly mentions "codex" or "gpt-5.2"
- User asks for consultation on a technical question

## Reasoning Level

Default: **high**

If user mentions "quick" or "brief", use medium.
If user mentions "deep" or "thorough", use xhigh.

## Execution

1. Identify the question or topic
2. Gather relevant context (read files if needed)
3. Run: `codex exec -c model_reasoning_effort="high" "<question with context>"`
4. Return Codex's response with the session ID

## Response Format

```
**Codex Response:**
[Codex's analysis]

**Session ID:** [id] (use `/codex-resume` to continue)
```

