← スキル一覧に戻る

oracle
by gmickel
Some of my Claude Code config
⭐ 7🍴 0📅 2026年1月2日
SKILL.md
name: oracle description: Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Oracle CLI
Bundle prompt + files into a one-shot request to another model (GPT-5.2 Pro, Claude, Gemini) for review. Treat outputs as advisory.
Quick Start
# Preview (no tokens)
npx -y @steipete/oracle --dry-run summary -p "<task>" --file "src/**"
# Browser run (main path)
npx -y @steipete/oracle --engine browser --model gpt-5.2-pro -p "<task>" --file "src/**"
# Copy to clipboard for manual paste
npx -y @steipete/oracle --render --copy -p "<task>" --file "src/**"
Golden Path
- Pick tight file set (fewest files with the truth)
- Preview first (
--dry-run+--files-report) - Run browser mode for GPT-5.2 Pro; API for Claude/Grok
- If timeout: reattach to session, don't re-run
File Selection
--file "src/**" # Include glob
--file "!src/**/*.test.ts" # Exclude pattern
--file src/index.ts --file docs/ # Multiple files/dirs
Default ignores: node_modules, dist, .git, build, etc.
For detailed usage, engines, sessions, and prompt templates, see reference.md.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です