codex-cli-review

Automates Codex CLI review of uncommitted changes with structured summary output.

187|24|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/sd0xdev/sd0x-dev-flow --skill codex-cli-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-cli-review
Source: https://github.com/sd0xdev/sd0x-dev-flow/tree/main/skills/codex-cli-review
Command: npx skills add https://github.com/sd0xdev/sd0x-dev-flow --skill codex-cli-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables developers to quickly audit uncommitted changes using Codex CLI, producing a structured, readable review without needing to manually inspect every modified file.

Core Features & Use Cases

  • Independent Codex CLI review: analyzes changed files with full disk read access in a sandboxed session.
  • Base-branch comparison: optionally compare against a base branch to surface only new changes.
  • Codex-native output: delivers a summary, issues, and recommendations in Codex's native format.
  • Workflow integration: suitable for local development workflows and rapid risk assessment before commits.

Quick Start

Run the codex-cli-review script to generate a Codex-native review for uncommitted changes in your repository.

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 using Codex CLI?

You can review uncommitted changes with Codex CLI by running a script that performs an independent analysis of modified files in a sandboxed session and outputs a structured summary with issues in Codex's native format.

Can I compare uncommitted changes against a base branch?

Yes, you can optionally compare uncommitted changes against a base branch, which surfaces only new changes and allows for a targeted risk assessment before committing to your local development workflow.

Does the Codex CLI code review require sandbox permissions?

Yes, the Codex CLI code review enforces a fixed execution contract requiring sandbox permissions for full disk read access, ensuring independent exploration of changed files without compromising system security.

What is the output format for an automated Codex CLI code review?

The output format for an automated Codex CLI code review is Codex-native, delivering a structured assessment that includes a summary, classified issues, and clear recommendations for rapid risk evaluation.

When do I need an automated code review for local development workflows?

You need an automated code review for local development workflows when you want to quickly audit uncommitted changes and produce a readable review without manually inspecting every modified file before a commit.