From codex-reviewer
Run Codex CLI with GPT-5.5 as an independent code reviewer for git changes. Use when the user explicitly asks for a Codex review, GPT-5.5 review, OpenAI review, second-opinion review, or cross-check of uncommitted/base/commit/custom review changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-reviewer:codex-reviewer [uncommitted|base <branch>|commit <sha>|custom <instructions>][uncommitted|base <branch>|commit <sha>|custom <instructions>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to ask Codex, running GPT-5.5 through the local `codex` CLI, for an independent code review.
Use this skill to ask Codex, running GPT-5.5 through the local codex CLI, for an independent code review.
Run it when the user invokes /codex-reviewer:codex-reviewer or explicitly asks for a Codex/GPT-5.5 reviewer. Because this spends external model/API budget, do not invoke it for ordinary Claude-only review requests unless the user asks for Codex, GPT-5.5, OpenAI, or a second-opinion reviewer.
Run the helper script from the current repository:
run-codex-review $ARGUMENTS
If no arguments are provided, review uncommitted changes.
Supported presets:
uncommitted: review staged, unstaged, and untracked changes.base <branch>: review changes against a base branch, such as base main or base origin/main.commit <sha>: review the changes introduced by a specific commit.custom <instructions>: run Codex's custom review-instructions mode.Codex review presets are mutually exclusive. Do not combine uncommitted, base, or commit with extra review instructions; use custom <instructions> instead.
Examples:
/codex-reviewer:codex-reviewer/codex-reviewer:codex-reviewer uncommitted/codex-reviewer:codex-reviewer base origin/main/codex-reviewer:codex-reviewer commit abc1234/codex-reviewer:codex-reviewer custom Review uncommitted changes and focus on concurrency and missing testsAfter the helper returns:
Do not edit files as part of this skill unless the user separately asks for fixes.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jhubbardsf/codex-review --plugin codex-reviewer