/codex:rescue/codex:review/plugin marketplace add openai/codex-plugin-cc
/plugin install codex@openai-codex
/reload-plugins
/codex:setup/codex:setup checks whether Codex is installed and authenticated. If needed:!codex login/codex:review
/codex:review --base main
/codex:review --background
/codex:adversarial-review --background look for race conditions and challenge the caching strategy/codex:review is read-only. Use adversarial review to pressure-test a particular decision or risk./codex:rescue investigate why the tests started failing
/codex:rescue fix the failing test with the smallest safe patch
/codex:rescue implement validation for the registration form
/codex:rescue --background refactor the database connection pool
/codex:rescue --model gpt-5.4-mini write unit tests for utils.ts
/codex:rescue --model spark fix this lint error
/codex:rescue --resume apply the preferred fix from the previous runspark alias maps to gpt-5.3-codex-spark in the current plugin./codex:status
/codex:result
/codex:cancel/codex:result includes a session ID that can be continued directly:/codex:transferRequirement → Claude plans → Codex implements → Codex reviews → developer verifies/codex:rescue./codex:review --background.Plan → implementation → normal review → fixes → adversarial review → verification/codex:rescue --fresh find the root cause and propose the smallest safe fix/codex:rescue --background implement pagination
/codex:status
/codex:result/codex:setup --enable-review-gate
/codex:setup --disable-review-gateEnable it only when you can monitor the session. It can create long Claude/Codex loops and consume usage limits quickly.
~/.codex/config.toml.codex/config.tomlmodel = "gpt-5.4-mini"
model_reasoning_effort = "high"/codex:rescue --model spark --effort medium fix the lint failure/codex commands do not appear/reload-plugins, then /codex:setup. Confirm that the plugin is installed as codex@openai-codex./codex:setup, verify Codex CLI authentication, and review Codex CLI Quick Start./codex:rescue different from asking Claude to code?