codex-review

Review Git-managed code changes using the codex CLI.

Updated Jan 26, 2013
One-click install
npx skills add https://github.com/boxp/dotfiles --skill codex-review-boxp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/boxp/dotfiles/tree/main/.claude/skills/codex-review
Command: npx skills add https://github.com/boxp/dotfiles --skill codex-review-boxp

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This skill enables reviewing Git-managed code changes using the codex CLI.

## Core Features & Use Cases

  • Review Uncommitted Changes: Quickly review changes that are staged, unstaged, or untracked.
  • Review Diffs Against a Base: Compare changes against a specified base branch to assess impact.
  • Review Specific Commits: Inspect changes in a particular commit by SHA.

### Quick Start Use the codex review commands to inspect changes:

  • codex review --uncommitted
  • codex review --base main
  • codex review --commit <sha> If you require a tailored review, use codex exec to feed a custom prompt to the Codex model.

Frequently Asked Questions about codex-review

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

FAQPage Schema
How do I review uncommitted Git changes using an AI assistant?

You can review uncommitted Git changes by running the codex review command with the --uncommitted flag, which analyzes staged, unstaged, and untracked files to produce model-driven review results.

What is the best way to review a specific Git commit with a code review tool?

The best way to review a specific Git commit is using the codex review --commit <sha> command, which inspects the changes in that particular commit and returns model-driven review feedback.

Can I compare my current branch against a base branch for code review?

Yes, you can compare your changes against a base branch by executing codex review --base main, assessing the impact of your diffs relative to the specified base branch.

Do I need the codex CLI to perform automated code reviews on my diffs?

Yes, this skill integrates directly with the codex CLI to execute model-driven code reviews, enforcing available options like --uncommitted, --base, and --commit to process Git diffs.

How do I provide a custom prompt for reviewing Git diffs?

You can provide a custom prompt for reviewing Git diffs by using the codex exec command, which feeds your tailored instructions directly to the Codex model for a specialized code review.

What are the limitations of using command-line code review for Git changes?

The command-line code review is limited to enforcing three specific options (--uncommitted, --base, and --commit) and relies entirely on the Codex model to produce review results without external integrations.