What problem does it solve? Getting a second opinion on code from another model usually means manually copying files into a chat window, losing track of context, and wasting tokens. This Skill wraps the Oracle CLI to bundle a prompt plus a curated file set into one second-model pass for review, debugging, refactoring, or design feedback. ## Core Features & Use Cases - Dry-run previews: Check payload size and token spend with --dry-run summary --files-report before spending anything. - Two engines: Use the browser engine for long ChatGPT Pro runs, or the API engine when OPENAI_API_KEY or Azure config is available. - Session management: Long runs may detach; list sessions with oracle status and reattach with oracle session <id> --render instead of blindly re-running. - Use Case: You hit a stubborn bug in your TypeScript backend. You run a dry-run over src/** excluding tests, confirm the token cost, then launch a browser-engine run with a detailed prompt and reattach to the session when it finishes. ## Quick Start Ask the assistant to run an Oracle dry-run preview over your source directory with a description of the problem, then launch a browser-engine review run with the same file set.