codex-review

Runs a read-only Codex review on your working-tree diff and outputs a verdict with fixes.

3|Updated Jul 4, 2020
One-click install
npx skills add https://github.com/mei28/dotfiles --skill codex-review-mei28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/mei28/dotfiles/tree/main/.claude/skills/codex-review
Command: npx skills add https://github.com/mei28/dotfiles --skill codex-review-mei28

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This read-only Codex review provides an independent check on code changes, helping catch issues Claude's review might miss.

Core Features & Use Cases

  • Read-only Codex evaluation of the current working-tree diff against the base branch.
  • Cross-checks results and verdicts with Claude's /code-review to improve trust.
  • Use with uncommitted changes before merging or opening a PR.

Quick Start

Run codex review on the current working tree to obtain a verdict and suggested fixes.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I run an independent code review on my uncommitted working-tree diff?

To run an independent code review on uncommitted changes, this Skill executes a read-only Codex evaluation of the working-tree diff against the base branch. It outputs a final verdict of APPROVED, WARNING, or BLOCKED along with recommended fixes.

Can I target a specific pull request or branch for diff analysis?

Yes, you can target a specific pull request or branch for diff analysis by using the optional overrides. Apply the --base <branch> or --commit <sha> flags to shift the read-only Codex evaluation away from the default uncommitted working-tree state.

Why use a read-only Codex review alongside my standard AI-assisted code review?

A read-only Codex review provides an independent check on code changes, helping catch issues that a standard AI-assisted review might miss. It cross-checks results and verdicts to improve trust before merging or opening a pull request.

Do I need the codex tool installed to analyze working-tree changes?

Yes, you need the codex tool installed to analyze working-tree changes. This Skill requires the codex tool to be present in your environment so it can execute the read-only review and output the final verdict with suggested fixes.

What verdicts does the Codex review output after analyzing a diff?

The Codex review outputs a final verdict of APPROVED, WARNING, or BLOCKED after analyzing a diff. Along with this verdict, it provides recommended fixes to address any identified issues in your code changes.