claude-subagent-reviewlisted
Install: claude install-skill yilibinbin/external-models-for-codex
# Claude Subagent Review
Use this skill when a parent Codex turn needs to delegate Claude for Codex read-only review work to exactly one Codex subagent while preserving the plugin runtime contract.
Parent workflow:
- The parent runs the plugin runtime with `subagent-command` for one of the delegatable review commands:
```bash
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" subagent-command review "$ARGUMENTS"
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" subagent-command adversarial-review "$ARGUMENTS"
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" subagent-command multi-review "$ARGUMENTS"
node "${CODEX_PLUGIN_ROOT}/scripts/claude-companion.mjs" subagent-command rescue "$ARGUMENTS"
```
- Parse the returned JSON.
- Dispatch exactly one Codex subagent with the returned `workerCommand` and returned `cwd`.
- Tell the subagent to run `workerCommand` exactly once as argv from the returned `cwd`.
- Preserve `workerCommand` element boundaries. If a transport forces shell execution, quote every element rather than flattening or re-tokenizing the command.
- The parent may include `--quality strong` for deeper local Claude review without naming a concrete model. Use `--quality max` only when the user explicitly asks for the strongest local Claude review.
## Natural-Language Claude Routing
<!--
routing:codex-subagent-delegation
routing:worker-command-exactly-once
-->
- Do not ask the user to write `--quality`, `--model`, or `--effort` unless troubles