Codex Ask
01Skill Claude CodeCodex
Delegates a general question to Codex and returns the answer. Use for technical questions, research, or analysis.
Skill Claude CodeCodex
Delegates a general question to Codex and returns the answer. Use for technical questions, research, or analysis.
Skill Claude CodeCodex
Delegates code explanation to Codex. Reads target code and returns a clear breakdown of purpose, logic flow, design decisions, and gotchas.
Skill Claude CodeCodex
Delegates bug fixing to Codex. Reads the broken code, sends it for repair, and applies the fix with a diff preview.
Skill Claude CodeCodex
Delegates new code generation to Codex. Gathers project context and generates code following existing conventions.
Skill Claude CodeCodex
Delegates code refactoring to Codex. Reads target code, sends for structural improvement while preserving behavior, and shows diff before applying.
Skill Claude CodeCodex
Delegates code review to Codex. Reads target files and sends them for analysis focusing on bugs, security, performance, and readability.
Skill Claude CodeCodex
Orchestrates task delegation to Codex via MCP bridge. Automatically selects the right tool, sandbox mode, and output format based on the task type.
Skill Claude CodeCodex
Delegates test generation to Codex. Reads source code and generates comprehensive unit tests matching the project's testing framework.