codex-review-gate

Runs cross-model code review using OpenAI Codex and outputs structured JSON findings.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/seankao31/dotfiles --skill codex-review-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review-gate
Source: https://github.com/seankao31/dotfiles/tree/main/agent-config/skills/codex-review-gate
Command: npx skills add https://github.com/seankao31/dotfiles --skill codex-review-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-model code review orchestration using OpenAI Codex to surface findings. Caller-agnostic primitive — runs the review and surfaces findings; the caller decides what to do with them (auto-fix, fix-loop, escalate to a human, etc.).

Core Features & Use Cases

  • Cross-model review using Codex to identify design trade-offs, concurrency concerns, risk areas, and decision points across branches and pull requests.
  • Works within standard repository workflows to evaluate changes between commits or worktrees and surface actionable findings.
  • Integrates with the Codex companion script to run in JSON mode and produce structured results for downstream tooling.

Quick Start

Run the codex-review-gate against a project root to perform a standard cross-model code review.

Frequently Asked Questions about codex-review-gate

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

FAQPage Schema
How do I automate cross-model code reviews using OpenAI Codex?

Cross-model code reviews using OpenAI Codex are automated by running a review gate against a project root, which surfaces design trade-offs, concurrency concerns, and risk areas. The gate executes the review and outputs structured findings for downstream workflows.

Can I get JSON output from Codex code review commands?

Codex code review commands support JSON output when integrated with the required Codex companion script. Running the review in JSON mode produces structured results that downstream tooling can consume for automated processing or escalation.

How do I scope code review diffs to a specific base commit SHA?

Scoping code review diffs to a specific base commit is supported by providing an optional base SHA. This restricts the cross-model evaluation to changes between the specified commits or worktrees, ensuring the review focuses only on relevant branch modifications.

Does the Codex review gate automatically fix the code it evaluates?

The Codex review gate does not automatically fix code; it acts as a caller-agnostic primitive that surfaces findings. The caller decides downstream actions, such as triggering an auto-fix loop, escalating to a human, or ignoring the results.

What do I need to run cross-model code reviews in repository workflows?

Running cross-model code reviews in repository workflows requires a Codex companion script present in the Claude plugin. This script executes standard review commands in JSON mode to evaluate changes and surface actionable findings across branches and pull requests.

When should I use a cross-model review gate instead of standard code review?

A cross-model review gate is ideal for repository workflows requiring evaluation of changes across models, including risk assessment and design tradeoffs. Use it when checkpoints demand structured, JSON-formatted findings for downstream automation rather than manual review.