codex-review

Review uncommitted changes, branch diffs, or commits using the codex CLI.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/enkira-ai/claude-plugins --skill codex-review-enkira-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/enkira-ai/claude-plugins/tree/main/plugins/codex-review/skills/codex-review
Command: npx skills add https://github.com/enkira-ai/claude-plugins --skill codex-review-enkira-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-interactive second-opinion review of the current change set, a branch diff, or a specific commit, using the OpenAI codex CLI (codex review). Codex provides an independent reviewer that only sees the diff and your prompts, without memory of prior Claude Code conversations.

Core Features & Use Cases

  • Three review modes: uncommitted changes, base-branch diffs, and single-commit reviews.
  • Precondition checks and guided invocation patterns to ensure consistent results.
  • Structured output with prioritized findings to help you harden changes before merging.

Quick Start

Install codex and run a review on your current change set to get actionable feedback.

Frequently Asked Questions about codex-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an independent code review for uncommitted changes?

This Skill reviews uncommitted changes by invoking the codex CLI, providing a structured verdict with prioritized findings to help you harden your code before merging.

Can I review a branch diff against a base branch using codex?

Yes, reviewing a base-branch diff is fully supported. The Skill operates in three modes: uncommitted changes, base-branch diffs, and single-commit reviews, all powered by the codex CLI.

Do I need to install the OpenAI codex CLI before using this code review Skill?

Yes, installing the codex CLI is required. The Skill performs precondition checks to verify the CLI is available before executing any code review operations.

Why use an independent reviewer for diff review instead of my current AI assistant?

Using an independent reviewer ensures the feedback is based solely on the diff and your prompts, without memory of prior AI conversations, providing a clean second opinion.

What format does the code review output use for prioritized findings?

The output is a structured verdict with prioritized findings. This format helps you quickly identify and address the most critical issues in your code changes.