Agent skill
asking-codex
Code review, security audits, bug detection, alternative implementations, second opinions via OpenAI Codex. Use when user asks for code review, security analysis, implementation advice, bug detection, code patterns, or wants a second opinion on code. Supports uncommitted changes review. Do not use for architecture design or web searches.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/security/asking-codex-alexei-led-claude-code-config
SKILL.md
Codex Consultation
Spawn the codex-assistant agent for code-focused questions.
Foreground (blocking)
Task(subagent_type="codex-assistant", prompt="[mode]: <question>")
Background (for context efficiency)
Task(subagent_type="codex-assistant", prompt="[mode]: <question>", run_in_background=true)
Use TaskOutput(task_id="<id>") to retrieve results.
Modes: exec (default), review, plan, implement (add --auto for file changes)
The agent uses Codex MCP tools (mcp__codex__spawn_agent, mcp__codex__spawn_agents_parallel) directly.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?