What problem does it solve? Getting a second opinion from another AI model on a codebase usually requires manually copying files and context into a chat window. This Skill guides the use of the oracle CLI, which bundles your prompt plus selected files into a single one-shot request so another model can answer with real repository context via API or browser automation. ## Core Features & Use Cases - Prompt and File Bundling: Attach files, directories, and globs with --file, including exclusion patterns, .gitignore awareness, and size limits. - Browser and API Engines: Run long GPT-5.2 Pro browser sessions or use the API engine for Claude, Grok, Codex, and multi-model runs. - Session Management: Reattach to detached or long-running stored sessions instead of re-running, with readable slugs and status listing. - Use Case: You hit a stubborn bug in your TypeScript backend. You run a dry-run to preview token cost, then launch a browser-mode oracle run with your source files attached, and reattach to the session an hour later to read the advisory analysis. ## Quick Start Ask the agent to run oracle in browser mode with GPT-5.2 Pro, attaching your src directory, to get a second opinion on a bug you are investigating.