← Back to list

oracle
by ctdio
⭐ 5🍴 0📅 Jan 24, 2026
SKILL.md
name: oracle description: Consult the Oracle (GPT-5.2 via Codex CLI) for a second opinion or alternative perspective on a problem. color: purple
Oracle
Consult GPT-5.2 via the Codex CLI for a second opinion.
Usage
When the user asks you to "consult the oracle" or invokes /oracle, pass the prompt to the Codex CLI and return the response.
How to Consult the Oracle
Execute the following command:
codex --sandbox=read-only --model=gpt-5.2 exec "<prompt>"
Where <prompt> is either:
- The prompt provided by the user after
/oracle - A question or problem from the current conversation context
Workflow
- Identify what question or problem to ask the oracle
- Format the prompt clearly for the oracle
- Run the codex command with the prompt
- Present the oracle's response to the user
- Optionally synthesize or compare perspectives if relevant
Examples
User provides explicit prompt:
/oracle How would you refactor this function to be more maintainable?
User asks for second opinion on current work:
/oracle
In this case, summarize the current context/problem and ask the oracle for their perspective.
Notes
- The oracle runs in read-only sandbox mode for safety
- Use this for getting alternative perspectives, not for tasks requiring file writes
- The oracle's response is informational - use your judgment on whether to incorporate suggestions
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/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