adversarial-review
Run a Codex review that challenges the implementation approach and design choices
Run a Codex code review against local git state
> /plugin marketplace add openai/codex-plugin-cc > /plugin install codex@openai-codex
How it fires
How this command gets triggered: by you, by Claude, or both.
/reviewContext preview
What this command does when you run it.
Run a Codex code review against local git state
description: Run a Codex code review against local git state argument-hint: '[--wait|--background] [--base <ref>] [--scope auto|working-tree|branch]' disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash(node:*), Bash(git:*), AskUserQuestion
Run a Codex review through the shared built-in reviewer.
Raw slash-command arguments: `$ARGUMENTS`
Core constraint:
Execution mode rules:
Argument handling:
Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" review "$ARGUMENTS"Background flow:
Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" review "$ARGUMENTS"`,
description: "Codex review",
run_in_background: true
})Use Codex from inside Claude Code for code reviews or to delegate tasks to Codex. This plugin is for Claude Code users who want an easy way to start using Codex from the workflow they already have.
Repo: openai/codex-plugin-cc
Run a Codex review that challenges the implementation approach and design choices
Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent
Check whether the local Codex CLI is ready and optionally toggle the stop-time review gate