adversarial-review
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
> /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.
/rescueContext preview
What this command does when you run it.
Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent
description: Delegate investigation, an explicit fix request, or follow-up rescue work to the Codex rescue subagent argument-hint: "[--background|--wait] [--resume|--fresh] [--model <model|spark>] [--effort <none|minimal|low|medium|high|xhigh>] [what Codex should investigate, solve, or continue]" allowed-tools: Bash(node:*), AskUserQuestion, Agent
Invoke the `codex:codex-rescue` subagent via the `Agent` tool (`subagent_type: "codex:codex-rescue"`), forwarding the raw user request as the prompt. `codex:codex-rescue` is a subagent, not a skill — do not call `Skill(codex:codex-rescue)` (no such skill) or `Skill(codex:rescue)` (that re-enters this command and hangs the session). The command runs inline so the `Agent` tool stays in scope; forked general-purpose subagents do not expose it. The final user-visible response must be Codex's output verbatim.
Raw user request: $ARGUMENTS
Execution mode:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task-resume-candidate --jsonOperating rules:
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
Check whether the local Codex CLI is ready and optionally toggle the stop-time review gate