What problem does it solve?
When one LLM’s answers miss bugs, weak design choices, or risky edge cases, this skill helps you package the most relevant truth and obtain a second opinion from a different model family for more reliable debugging, refactoring guidance, and review quality.
Core Features & Use Cases
- Second-opinion bundle: Combines a standalone task prompt with a curated set of repo files into a single context payload for cross-model review.
- Model-family routing: Runs an Opus (Claude) review when under OpenAI-powered sessions, otherwise runs a GPT-5.3-Codex review via the Codex CLI.
- Safer selection controls: Supports include/exclude file glob patterns, ignores common large/noisy directories (e.g., node_modules, dist, build), enforces a max bundle size, and discourages secrets by default.
- Use cases: Debugging failing code paths, requesting refactor proposals with design checks, producing pros/cons and maintainability feedback, and reviewing diffs for correctness, simplicity, and security.
Quick Start
Bundle the relevant source files (excluding tests if desired) and ask for thorough review by running the oracle-to-gpt script with a prompt that specifies the desired output format, such as a patch or a pros/cons critique.