oracle

Bundle prompts and selected repository files into a single context payload.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/BEIRUX/agent-skills --skill oracle-beirux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/BEIRUX/agent-skills/tree/main/oracle
Command: npx skills add https://github.com/BEIRUX/agent-skills --skill oracle-beirux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reproducible, single-request workflow that bundles a user prompt with a targeted set of repository files so models can answer with real code context without manual copying or repeated context reconstruction.

Core Features & Use Cases

  • One-shot prompt + file bundling: Package prompt and selected files into a single payload for model-driven code review, debugging, or design tasks.
  • Preview and token sanity: Dry-run and files-report modes show payload size and token spend before execution to avoid unexpected costs.
  • Engine and session management: Choose browser or API engines, manage long-running browser sessions, reattach to detached runs, and use slugs for readable session IDs.
  • File selection and safety: Flexible include/exclude globs, honors .gitignore, enforces size limits, and warns to redact secrets before attaching files.

Quick Start

Run the oracle CLI to bundle a tight file set and a clear prompt using the browser engine with GPT-5.2 Pro for a long-running investigation.

Frequently Asked Questions about oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle repository files into a single prompt for model-based code review?

Bundle repository files into a single context payload by using include and exclude globs, letting models answer with real project context without manual copying or repeated reconstruction.

What is the best way to preview token spend before sending a large file payload to a model?

Preview token spend and payload size using dry-run and files-report modes before execution, avoiding unexpected costs by checking the total token count against your targeted model limits.

Can I use long-running browser sessions for multi-file code investigations?

Long-running browser sessions support multi-file investigations by allowing you to manage runs, assign readable session slugs, and reattach to detached sessions for continuous code debugging.

Does file bundling honor gitignore and enforce size limits for included repository files?

File bundling honors gitignore rules and enforces size limits to prevent oversized payloads, while explicitly warning you to redact secrets before attaching files to the context payload.

How do I select specific code files for reproducing errors across projects?

Select specific code files for reproducing errors by applying include and exclude file globs to target relevant code, then package the prompt and files into a single reproducible request payload.