Codex Claude Skill — Development skill for Claude Code
A Claude Code skill that integrates OpenAI Codex CLI for independent code reviews - enabling proposer-checker-maker-checker workflows.
How to install Codex Claude Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open adampaulwalker/codex-claude-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Codex Claude Skill does
A Claude Code skill that integrates OpenAI Codex CLI for independent code reviews - enabling proposer-checker-maker-checker workflows.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Codexbar — Show usage stats for OpenAI Codex and Claude Code, without having to login 8.8k ★
- Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
README
🤖 Codex Review Skill for Claude Code
Enable proposer-checker-maker-checker workflows by integrating OpenAI's Codex CLI as a review agent within Claude Code sessions.
[](https://opensource.org/licenses/MIT) [](https://github.com/adampaulwalker/codex-claude-skill)
🎯 What This Does
This skill lets you seamlessly invoke **OpenAI Codex** to review code changes directly from your **Claude Code** session - no more copy/pasting between terminals!
**Perfect for:** Independent code reviews, catching bugs before deployment, second opinions on implementation approaches.
✨ Key Features
- 🔄 Seamless Integration - Stay in one terminal tab, no context switching
- 🔍 Comprehensive Reviews - Get detailed feedback on uncommitted changes, specific files, or implementation plans
- ⚡ Fast Workflow - Type
/codexand get instant reviews - 📊 Detailed Reports - Production-ready assessments with before/after comparisons
- 🎯 Smart Triggers - Auto-activates on "review", "check", "validate", "codex"
🖼️ See It In Action
1. Skill Autocomplete
 *The `/codex` command appears in Claude Code's autocomplete with a clear description*
2. Skill Activation
 *The skill activates seamlessly - Claude hands off to Codex for review*
3. Detailed Review Results
 *Get production-ready assessments with before/after comparisons and actionable next steps*
📦 Installation
Prerequisites
**Install Codex CLI:**
brew install codex-cli # OR download from https://codex.storage.googleapis.com**Configure OpenAI API key:**
codex login**Have Claude Code installed:**
brew install claude-code
Related Skills
Crbuddy
Run independent Claude Code, Codex, and Gemini code reviews in parallel and write one handoff for your coding
Cc For Codex
Claude Code workflows inside OpenAI Codex: guarded reviews, isolated delegation, sessions, and an opt-in revie
Logseq Copilot
A Logseq plugin that integrates with OpenAI-compatible LLMs
Research Wave
Research several subjects in parallel, then verify each result with an independent fact-checker before the cla
Ask Codex
Ask Codex CLI for an independent second opinion on a plan or decision
Cc2codex
Beta unofficial migration assistant for moving from Claude Code to OpenAI Codex CLI
Related Agents
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.
Codex Second Opinion
Get an independent opinion from OpenAI Codex (GPT-5) on a design decision, an approach, a tradeoff, or an unfa
Codex Orchestrator
CLI tool for delegating tasks to GPT Codex agents via tmux sessions. Designed for Claude Code orchestration wi