adampaulwalker

Codex Claude Skill — Development skill for Claude Code

Development community

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.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](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 /codex and 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

![Skill Autocomplete](screenshots/01-skill-autocomplete.png) *The `/codex` command appears in Claude Code's autocomplete with a clear description*

2. Skill Activation

![Skill Activation](screenshots/02-skill-activation.png) *The skill activates seamlessly - Claude hands off to Codex for review*

3. Detailed Review Results

![Review Results](screenshots/04-review-results.png) *Get production-ready assessments with before/after comparisons and actionable next steps*

📦 Installation

Prerequisites

  1. **Install Codex CLI:**

    brew install codex-cli
    # OR download from https://codex.storage.googleapis.com
  2. **Configure OpenAI API key:**

    codex login
  3. **Have Claude Code installed:**

    brew install claude-code