AI SummaryCodex 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster