| name | consult |
| description | Get a read-only second opinion from Codex on a question, design, hypothesis, or diagnosis. Use for "/codex-bridge:consult <question>". |
| argument-hint | [--model M] [--effort E] <question or claim to critique> |
| disable-model-invocation | true |
| allowed-tools | Bash(node:*), Read |
This is /codex-bridge:run --preset consult. Follow the run skill's steps with the consult
preset: phrase $ARGUMENTS as a question or a claim to refute, name the paths so Codex reads the
code itself, and run
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-bridge.mjs" run --preset consult [--model M] [--effort E] --task "<text>"
Present the summary verbatim under "Codex says", then add one short paragraph "Where I differ"
only when there is real disagreement. The consult thread persists, so /codex-bridge:resume --last
continues the exchange.