What problem does it solve?
This Skill enables you to use OpenAI Codex CLI as a planning oracle and code reviewer. It provides analysis and recommendations, while Claude synthesizes and presents them. It is strictly for planning and review; do not use Codex to implement changes.
Core Features & Use Cases
- Planning advisor: Generate architecture and implementation plans without changing code.
- Code review aide: Get insights on design, safety, and maintainability before coding.
- Use Case: When you need a second opinion or an architectural plan for a feature, without touching the codebase yet.
Quick Start
Run the Codex planning workflow to analyze the target codebase and provide a high-level plan. Example: "~/.claude/skills/oracle-codex/scripts/check-codex.sh" to verify Codex CLI is installed, then invoke codex with a planning prompt. Use this skill to gather design recommendations before writing code.