codex-review

Run code review via Codex CLI

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "codex-review" with this command: npx skills add juriwiens/skills/juriwiens-skills-codex-review

Codex Code Review

Run a code review using the Codex CLI in read-only mode with high reasoning effort.

Review Presets

PresetAliasDescription
base1Review against a base branch (PR style)
uncommitted2Review staged, unstaged, and untracked changes
commit3Review a specific commit
custom4Custom review instructions

Execution

Step 1: Determine Review Mode

If user specifies a preset (1-4 or base, uncommitted, commit, custom), use that preset directly.

If no argument is provided, use AskUserQuestion to ask which review mode:

  • Options:
    1. "Review against base branch (PR style)" - Compare current branch against main/master
    2. "Review uncommitted changes" - Review all local changes not yet committed
    3. "Review a specific commit" - Review changes from a single commit
    4. "Custom review" - Provide custom review instructions

Step 2: Gather Additional Information (if needed)

  • base mode: Ask which base branch to compare against (default: main)
  • commit mode: Ask for the commit SHA to review (show recent commits with git log --oneline -10)
  • custom mode: Ask for the custom review instructions

Step 3: Execute Codex Review

Run the codex review command (uses default model from ~/.codex/config.toml):

# base branch review:
codex review --base <branch>

# uncommitted changes:
codex review --uncommitted

# specific commit:
codex review --commit <sha>

# custom review:
codex review "<custom instructions>"

Step 4: Report Results

After codex completes, summarize the key findings for the user.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

codex-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codex-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

library-docs-skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

planning

No summary provided by upstream source.

Repository SourceNeeds Review