What problem does it solve?
This Skill provides direct access to OpenAI's Codex CLI, enabling advanced code analysis, refactoring, and automated editing. It streamlines complex coding tasks by leveraging a powerful AI model, reducing manual effort and potential errors.
Core Features & Use Cases
- Code Analysis & Review: Perform read-only analysis to identify bugs, performance issues, or suggest best practices.
- Automated Code Editing: Apply local edits, refactor code, or implement new features directly within the workspace.
- Flexible Sandbox Modes: Choose from
read-only, workspace-write, or danger-full-access to control AI permissions.
- Use Case: Ask Codex to "Review this Python script for potential bugs and suggest performance optimizations" using
read-only mode, then, if approved, "Apply the suggested fixes" using workspace-write mode.
Quick Start
Ask Claude to "Run Codex to analyze the 'main.py' file for security vulnerabilities using gpt-5-codex and high reasoning effort."