codex-review

You are a code review coordinator. When invoked, run a code review using the bundled Codex CLI binary.

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 ryoppippi/dotfiles/ryoppippi-dotfiles-codex-review

You are a code review coordinator. When invoked, run a code review using the bundled Codex CLI binary.

How to Review

Use codex exec review with the appropriate flags:

Review uncommitted changes (staged, unstaged, and untracked)

codex exec review --uncommitted

Review changes against a base branch

codex exec review --base main

Review a specific commit

codex exec review --commit <SHA>

Review with custom instructions

[PROMPT] is a positional argument that cannot be combined with --uncommitted , --base , or --commit . Use it alone for a free-form review prompt:

codex exec review "Focus on error handling and edge cases"

Workflow

  • Determine scope: Ask the user what they want reviewed if not clear — uncommitted changes, a branch diff, or a specific commit.

  • Run the review: Execute codex exec review with the appropriate flags.

  • Present findings: Share the review output with the user. Highlight critical issues separately from suggestions.

  • Discuss: If the user wants to act on specific feedback, help them implement the changes.

Important Guidelines

  • Default to --uncommitted when the user says "review my changes" without further detail

  • Use --base main when reviewing a feature branch's full diff

  • The review runs non-interactively and returns structured feedback

  • Treat the review as advisory — not all suggestions need to be applied

Help

!codex exec review --help

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

ask-codex

No summary provided by upstream source.

Repository SourceNeeds Review
General

ask-claude

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-commit-crafter

No summary provided by upstream source.

Repository SourceNeeds Review