codex-review

Generate focused instruction files for OpenAI Codex CLI code reviews.

13|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ulpi-io/browse --skill codex-review-ulpi-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/ulpi-io/browse/tree/main/.agents/skills/codex-review
Command: npx skills add https://github.com/ulpi-io/browse --skill codex-review-ulpi-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex-review provides an automated workflow to generate an independent AI review of code changes using the OpenAI Codex CLI, ensuring quality and guardrails before merges.

Core Features & Use Cases

  • Focused code-change review: Automatically builds instructions for Codex review from the current session or branch changes.
  • Guided workflow: Specifies review scope, analyzes diffs, and generates a focused instruction file for Codex review.
  • Safety and reproducibility: Produces structured instructions to ensure consistent reviews.

Quick Start

Run codex review with a base branch and instructions to generate a focused review of recent changes.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I automate code review for uncommitted changes using OpenAI Codex?

To automate code review for uncommitted changes, this Skill builds a focused instruction file from your diffs and guides the OpenAI Codex CLI to analyze the current session. It supports reviewing uncommitted changes, specific commits, or branch differences against a base branch.

What is an independent AI code review and how does it work with diffs?

An independent AI code review uses the OpenAI Codex CLI to evaluate branch changes. The Skill extracts diffs from your specified scope, builds a structured instruction script, and feeds it to Codex to ensure consistent quality and guardrails before merges.

Do I need the codex CLI installed to run an automated diff analysis?

Yes, you need the codex CLI installed and a configured API key to run this automated diff analysis. The Skill generates the structured instruction script that the CLI requires to execute the independent code review.

Can I review a single commit against a base branch with AI?

Yes, you can review a single commit or compare against a base branch. The Skill allows you to specify the review scope, automatically extracting the relevant diffs to generate focused instructions for the OpenAI Codex CLI.

What's the best way to ensure consistent AI code reviews before merging?

The best way to ensure consistent AI code reviews is to use structured instruction scripts. This Skill produces reproducible instruction files from your code diffs, guiding the OpenAI Codex CLI to apply consistent quality checks and guardrails.