review

Review uncommitted repository changes with codex review --uncommitted.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/philipp-spiess/ai --skill review-philipp-spiess
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/philipp-spiess/ai/tree/main/skills/review
Command: npx skills add https://github.com/philipp-spiess/ai --skill review-philipp-spiess

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline code reviews by quickly inspecting uncommitted changes in the current repository, enabling timely feedback before commits.

Core Features & Use Cases

  • Non-interactive review of uncommitted changes to surface issues, quality concerns, and improvement opportunities.
  • Ideal for pre-commit checks and code reviews before merging changes.
  • Provides actionable feedback on potential bugs and suggested improvements.

Quick Start

Run codex review --uncommitted to perform a non-interactive review of your current changes.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review uncommitted changes in my repository before committing?

You can review uncommitted changes by running codex review --uncommitted, which performs a non-interactive analysis of your current working directory to surface quality issues, potential bugs, and improvement suggestions.

What is a pre-commit code review and how does it work with uncommitted changes?

A pre-commit code review analyzes uncommitted changes in your local repository to provide timely feedback before you commit. It executes non-interactively to detect potential bugs and suggest improvements.

Can I use Codex CLI to check for bugs in uncommitted code?

Yes, you can use Codex CLI to check for bugs in uncommitted code by executing codex review --uncommitted. It analyzes your current working changes and surfaces quality issues alongside actionable feedback.

Does this code review tool work on staged changes or only unstaged files?

This code review tool processes all uncommitted changes in the current repository, applying to pre-commit workflows across development teams and PRs regardless of whether files are staged or unstaged.

What's the best way to automate code reviews for uncommitted changes?

The best way to automate code reviews for uncommitted changes is running codex review --uncommitted. It provides a non-interactive review that surfaces bugs and improvement opportunities before merging.