How does this work? You tell it to call `codex exec`?
# Codex Verification Skill
Use OpenAI Codex as an independent reviewer via `codex exec`.
## How to Call Codex
*Standard pattern with answer extraction:* ```bash CODEX_OUTPUT=$(timeout 120 codex exec '<your prompt here>. Put your complete analysis inside <answer></answer> tags.' 2>/dev/null)
reply
One can always give it the CLI and keys to any service, chat bot or otherwise
How does this work? You tell it to call `codex exec`?