Skip to content
Skill

codex

by adampaulwalker

AI Summary

Codex enables independent AI code review of Claude's changes using the OpenAI Codex CLI, supporting maker-checker workflows. Developers using Claude Code can leverage this for automated second-opinion code validation before committing.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "codex" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/codex-claude-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/codex-claude-skill/SKILL.md "https://raw.githubusercontent.com/adampaulwalker/codex-claude-skill/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Review code changes, implementation plans, or specific files using OpenAI Codex CLI. Triggers on "review", "check", "validate", "codex". Perfect for maker-checker workflows where you want a second AI agent to review Claude's work before committing. Requires the Codex CLI to be installed (brew install codex-cli or from https://codex.storage.googleapis.com).

Overview

Use the Codex CLI to perform independent code reviews on changes made during your Claude Code session. This enables a "proposer-checker-maker-checker" workflow where Claude Code proposes/implements changes and Codex provides an independent review.

Prerequisites

Install the Codex CLI: `bash brew install codex-cli

Usage Pattern

• Identify what needs review (recent changes, specific files, or a plan) • Run codex review with appropriate prompt • Present the review results to the user The codex review command runs non-interactively and returns feedback that can be incorporated into the Claude Code session.

Codex Code Review Skill

Version: 1.0.0 Author: Community-contributed Requires: Codex CLI installed and configured

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
AdoptionUnder 100 stars
7 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars7
Issues0
Updated3mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code