| name | codex-advise |
| description | Cross-model second opinion from OpenAI Codex — `codex-run advise --context` reviews the current session, or pipe a brief. Triggers on "ask codex", "codex review", "second opinion", or the "Cross-model review" rules. |
Codex advisor
Cross-model outside view from OpenAI Codex. The prompt is read from stdin. Flags: codex-run --help.
codex-run advise --context
codex-run advise --context < brief.md
codex-run advise -C <repo> --log /tmp/codex.jsonl < brief.md
codex-run advise --resume <id> < followup.md
--context sends the session transcript to OpenAI. Codex sees your actions, not your thinking — put load-bearing reasoning in the brief and name the files.
- A gate call (
~/.claude/rules/process.md) runs foreground; background only a non-gating opinion.
- Read-only unless asked;
-s workspace-write lets Codex run tests. stdout is the verdict.