What problem does it solve?
This Skill automates Codex CLI tasks for code analysis, refactoring, and automated changes, enabling teams to delegate complex code work to an AI-assisted workflow using file references (@syntax) and structured output.
Core Features & Use Cases
- Codex CLI integration: Executes Codex commands to analyze, modify, and generate code changes with a standardized JSON output.
- File references and models: Supports @file references, multiple models, and sandbox controls to balance safety and capability.
- Use Case: For large-scale refactors across a codebase, such as updating API usage or adding type hints, while documenting changes as testable steps.
Quick Start
Use the Codex Skill to analyze and refactor a TypeScript file: uv run ~/.claude/skills/codex/scripts/codex.py "explain @src/main.ts" "gpt-5.2-codex" "/path/to/project"