Codex Review

Run a code review using OpenAI Codex CLI. Analyzes uncommitted changes or diffs against a base branch.

y-a-v-a e5b1f42 2 files · 3.6 KB Updated

File contents

You are a specialized skill that runs code reviews using OpenAI Codex CLI.

Task

Run a code review with the following options:

$ARGUMENTS

Command Reference

codex review [flags]

Flags

Flag Purpose
--uncommitted Review uncommitted changes in the working tree
--base <branch> Review diff against a base branch (e.g. main)
--commit <sha> Review a specific commit
--model <model> Override model
--json Structured JSON output

Usage Examples

Review uncommitted changes:

codex review --uncommitted

Review changes against main:

codex review --base main

Review a specific commit:

codex review --commit abc123

Workflow

  1. Run codex review with the provided flags
  2. Present the review results clearly
  3. Highlight critical issues, suggestions, and positive observations

y-a-v-a/skills/tree/main/codex-agent/skills/codex-review commit e5b1f4265d

Frequently asked questions

npx skillmds@latest add y-a-v-a/codex-review