How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-code-review:codex-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `codex-code-review:codex-code-review` agent to review current changes using OpenAI's Codex CLI.
Dispatch the codex-code-review:codex-code-review agent to review current changes using OpenAI's Codex CLI.
Use the Task tool to dispatch the codex-code-review:codex-code-review subagent with the following prompt:
Review the current changes. {ADDITIONAL_CONTEXT}
Where {ADDITIONAL_CONTEXT} is any context the user provided when invoking the skill (e.g.,
/codex-review focus on error handling).
If no additional context was provided, simply ask the agent to review the current changes.
npx claudepluginhub scode/dotfiles --plugin codex-code-reviewGet a second opinion from OpenAI Codex on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. Use when user asks to "review with Codex", "Codex code review", or "ask Codex to check my code".
Performs deep code review via Codex CLI with full disk access. Use for uncommitted changes and full codebase analysis. Outputs severity-grouped findings and merge gate.
Performs professional code reviews with automatic CHANGELOG generation via Codex AI. Use for pre-commit checks, large-scale refactoring, or changelog updates.