Where $PROMPT is your analysis request. Codex bundles relevant context from your repo automatically.
Reasoning effort
high — deep reasoning, ~3x tokens, best for complex problems (oracle default)
medium — balanced (codex default)
low — fast, minimal thinking
Options
--sandbox read-only — analyze without modifying files (recommended)
--sandbox workspace-write — allow file modifications if needed
-o /tmp/oracle-response.md — save response to file
-C <dir> — run in specific directory
Guidelines
Oracle is read-only — analyzes but doesn't modify code
Treat outputs as advisory — verify against codebase
Use for genuinely complex problems (not routine tasks)
High reasoning uses ~3x tokens but thinks deeper
Examples
# Debug intermittent auth issue
codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \
"The auth flow fails intermittently. Check src/auth/ for race conditions."
# Architectural review
codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \
"Review src/api/ data flow and suggest improvements for scalability."
# Security audit
codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \
"Audit src/handlers/ for OWASP top 10 vulnerabilities."
What to ask oracle:
$ARGUMENTS
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: richardgill-nix-oracle3description: Oracle4---56# Oracle78Escalate to GPT-5.4 with high reasoning effort for problems requiring deeper analysis. Use for:9- Complex debugging with elusive bugs10- Architectural decisions and tradeoffs11- Security audits and vulnerability analysis12- Code review requiring deep reasoning1314## Main command1516Run Codex with GPT-5.4 in non-interactive mode with high reasoning:1718```bash19codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' "$PROMPT"20```2122Where `$PROMPT` is your analysis request. Codex bundles relevant context from your repo automatically.2324## Reasoning effort2526- `high` — deep reasoning, ~3x tokens, best for complex problems (oracle default)27- `medium` — balanced (codex default)28- `low` — fast, minimal thinking2930## Options3132- `--sandbox read-only` — analyze without modifying files (recommended)33- `--sandbox workspace-write` — allow file modifications if needed34- `-o /tmp/oracle-response.md` — save response to file35- `-C <dir>` — run in specific directory3637## Guidelines3839- Oracle is **read-only** — analyzes but doesn't modify code40- Treat outputs as advisory — verify against codebase41- Use for genuinely complex problems (not routine tasks)42- High reasoning uses ~3x tokens but thinks deeper4344## Examples4546```bash47# Debug intermittent auth issue48codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \49 "The auth flow fails intermittently. Check src/auth/ for race conditions."5051# Architectural review52codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \53 "Review src/api/ data flow and suggest improvements for scalability."5455# Security audit56codex exec -m gpt-5.4 --sandbox read-only -c model_reasoning_effort='"high"' \57 "Audit src/handlers/ for OWASP top 10 vulnerabilities."58```5960## What to ask oracle:61$ARGUMENTS6263---64> Converted and distributed by [TomeVault](https://tomevault.io/claim/richardgill) — claim your Tome and manage your conversions.65<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/richardgill-nix-oracle in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Oracle It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: CAUTION, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.