SKILL.md
Oracle Intelligence Layer
Use this skill to get a deep, multi-model analysis of your code, plans, or architecture.
Workflow
- Provide a prompt or a file to analyze.
- Oracle automatically determines if it needs code context.
- It decomposes the task into 4 specialized expert domains.
- It synthesizes the findings into a prioritized Master Report.
Usage
# General usage
~/.codex/skills/oracle/scripts/oracle.sh -p "<prompt>"
# Implementation/Refactor (forces code context)
~/.codex/skills/oracle/scripts/oracle.sh --research -p "Refactor auth.ts"
# Fast path (single model)
~/.codex/skills/oracle/scripts/oracle.sh --simple -p "Explain this regex"
# Apply fixes found in the report
~/.codex/skills/oracle/scripts/oracle.sh --apply -p "Fix bugs in main.py"
Configuration
Overrides can be set in ~/.codex/oracle.json or via environment variables:
ORACLEGEMINIMODELORACLECOPILOTMODELORACLECLAUDEMODELORACLECODEXMODEL
Model Selection
- Primary:
gemini-3-pro-preview(Synthesis),gpt-5.1(Copilot),sonnet(Claude),gpt-5.2(Codex). - All tools run in non-interactive mode with auto-approval for seamless CLI integration.