What problem does it solve?
Oracle eliminates the friction of giving an AI the right repository context by bundling your prompt together with a precise set of files into a one-shot request so the model can answer with grounded information.
Core Features & Use Cases
- Prompt + file bundling: Attach a curated set of source files (including or excluding globs) to ensure the model sees the truth rather than guesses.
- Dry-run and file reporting: Preview payload scope and token impact before you spend tokens.
- Session-based browser runs: Use long-running browser mode with reattachable stored sessions to avoid losing progress.
- Common use cases: Codebase Q&A, debugging with verbatim error context, refactoring plans, and “restore context later” investigations.
Quick Start
Ask the oracle skill to diagnose the bug in your codebase by running in browser engine with a focused file set: oracle --engine browser --model gpt-5.2-pro -p "Find the root cause of this failing test and propose a minimal fix with a patch plan and any needed test updates." --file "src/" --file "!/.test.".