review-codex

Automate two-step code review of diffs using the Codex CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a two-step code review of diff changes using the Codex CLI to surface issues early and maintain code quality across iterations.

Core Features & Use Cases

  • Two-step review workflow: general review of changes, followed by a targeted criteria review.
  • Mode flexibility: supports pass-through, collaborative, fix, and base-based review flows.
  • Output handling: can display Codex outputs in pass-through mode or in collaborative discussions with a human reviewer.

Quick Start

Run /review-codex to start a general review on the current changes.

Frequently Asked Questions about review-codex

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

FAQPage Schema
How do I automate code reviews for branch diffs using Codex?

Automating code reviews with Codex involves running a two-step CLI workflow that first surfaces general diff issues, then applies targeted criteria to refine feedback. This Skill parses arguments and executes Codex review commands.

Does this code review automation work with uncommitted diffs?

Yes, the code review automation works with uncommitted diffs as well as branch changes. It detects the review mode automatically and applies the two-step Codex review process to whatever diff changes are present in your working directory.

What is a two-step code review workflow in Codex?

A two-step code review workflow applies a general review to identify initial issues, followed by a targeted review against specific criteria. This Skill automates both steps using the Codex CLI to produce and refine feedback on your diffs.

Can I use this Skill for collaborative code review discussions?

Yes, you can use this Skill for collaborative code review discussions. It supports a collaborative mode that displays Codex outputs for discussion with a human reviewer, alongside pass-through, fix, and base-based review flows.

Do I need to install any dependencies to run automated Codex reviews?

No additional dependencies are required to run automated Codex reviews. The Skill operates without external dependencies, relying solely on the Codex CLI to execute review commands and parse arguments for the selected review mode.