← ClaudeAtlas

ask-codexlisted

Ask a separate configured Codex Profile through Consult for an independent review, explanation, debugging hypothesis, or design opinion. Use when the user asks to consult another Codex or get a Codex perspective.
aubwang/consult · ★ 0 · Code & Development · score 70
Install: claude install-skill aubwang/consult
# Ask Codex Through Consult Give the separate Codex Profile one cold, self-contained prompt with the objective, exact Workspace paths, constraints, expected answer, and evidence requested. Default to confined read-only authority: ```sh consult delegate --agent codex --read-only -- "<prompt>" ``` Use `consult review --agent codex [--base <ref>]` for the current Git change. Use `consult review --agent codex --job <id>` to review a completed isolated implementation Job without loading its patch into Host context. For a longer second opinion, add `--background --label "<purpose>"`, then run `consult wait <job-id>`. ## Codex specifics - Tier aliases `sol`, `terra`, and `luna` expand to full `gpt-5.6-*` ids; run `consult help --reference` for the advertised list rather than guessing model names, and preserve a user-requested model, effort, or authority. - `--effort` selects among the reasoning-effort options the Profile advertises; tune it before switching Profiles for a harder question. - Host `config.toml` is not copied into confinement, so pass `--model` when Host configuration controls the intended choice. - Authentication uses the underlying Codex CLI login, or `CONSULT_OPENAI_API_KEY` when set. ## Ask shape and guardrails Ask reviews for prioritized actionable findings with file and line evidence. Ask debugging turns for ranked hypotheses and the checks that would falsify them. Ask design turns to challenge the approach and name simpler alternatives. - Kee