code-review

Evaluate uncommitted git diffs with Codex CLI review feedback.

Updated Apr 3, 2015
One-click install
npx skills add https://github.com/rinti/dotfiles --skill code-review-rinti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/rinti/dotfiles/tree/main/claude/skills/code-review
Command: npx skills add https://github.com/rinti/dotfiles --skill code-review-rinti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly review uncommitted git changes by leveraging the Codex CLI to surface intent, risks, and potential improvements.

Core Features & Use Cases

  • Codex-assisted review of diffs in the working directory, staged changes, or uncommitted edits.
  • Generates concise feedback highlights, suggested changes, and potential issues to guide a code discussion.
  • Use Case: Before merging or sharing code, run this skill to obtain a structured review of the latest changes.

Quick Start

Run codex review --uncommitted in your project directory to initiate a review of current changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review uncommitted git changes using Codex CLI?

To review uncommitted git changes using Codex CLI, run `codex review --uncommitted` in your local project directory to automatically evaluate working directory or staged diffs and generate review feedback.

Can I review staged git diffs before merging with Codex CLI?

Yes, you can review staged git diffs before merging. The skill applies Codex CLI to evaluate staged changes or uncommitted edits in your local repository to surface risks and potential improvements.

Do I need Codex CLI installed to review local code diffs?

Yes, you need Codex CLI installed to review local code diffs. It must be installed and configured in your system PATH, as the skill operates by leveraging the CLI to evaluate uncommitted git changes.

What is the best way to get a code review for current working directory changes?

The best way to get a code review for current working directory changes is to run an automated review command. This skill uses Codex CLI to produce concise feedback highlights and suggested changes for uncommitted git diffs.

How does Codex CLI evaluate uncommitted edits in a local Git repository?

Codex CLI evaluates uncommitted edits in a local Git repository by analyzing the current code diffs. It operates directly on the local repository to surface intent, risks, and potential improvements for your uncommitted changes.

What limitations are there when using Codex CLI for code reviews?

A limitation of using Codex CLI for code reviews is that it only evaluates uncommitted changes within your local Git repository, requiring the CLI to be properly installed and configured in your PATH to function.