codex-cli-review

Review uncommitted changes and diffs using Codex CLI.

2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/fredrick84823/fstack --skill codex-cli-review-fredrick84823
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-review
Source: https://github.com/fredrick84823/fstack/tree/main/skills/codex-cli-review
Command: npx skills add https://github.com/fredrick84823/fstack --skill codex-cli-review-fredrick84823

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coders need to quickly assess new changes in their working directory to detect issues before committing. This skill provides an autonomous Codex CLI-based workflow to review uncommitted changes with full repository context.

Core Features & Use Cases

  • Independent review of uncommitted changes and diffs using Codex CLI.
  • Compare current work against a base branch to surface targeted issues and quality concerns.
  • Useful for pre-commit validation, quick code audits, and risk assessment in ongoing work.

Quick Start

Run the review script to analyze uncommitted changes and surface issues before committing.

Frequently Asked Questions about codex-cli-review

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

FAQPage Schema
How do I review uncommitted changes before committing to Git?

You can review uncommitted changes by running a Codex CLI workflow that analyzes your working tree to identify and summarize code quality risks before you commit.

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

Yes, using the --base mode compares your current work against a base branch to surface targeted issues and quality concerns in the diff.

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

Yes, you need the Codex CLI installed, as the review workflow directly invokes it to analyze uncommitted edits and generate a native review report.

What is the best way to automate pre-commit code validation for uncommitted edits?

Automating pre-commit validation is achieved by running a Codex CLI workflow in --uncommitted mode to independently audit working tree changes and surface potential risks.

Does the code review workflow support analyzing diffs without a Git commit?

Yes, the workflow supports --uncommitted mode to review working tree edits directly, allowing you to assess risks and code quality concerns without needing a commit.