← Back to list

oracle
by joelklabo
markdowntown scan CLI
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: oracle description: Parallelized multi-agent critique system using Gemini, Copilot, Claude, and Codex. Decomposes complex engineering tasks into specialized domains and synthesizes a single authoritative report.
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:
ORACLE_GEMINI_MODELORACLE_COPILOT_MODELORACLE_CLAUDE_MODELORACLE_CODEX_MODEL
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.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon