oracle

Bundle prompts and selected files into a single contextual request.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill oracle-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/lettabot/.skills/oracle
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill oracle-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle bundles your prompt + selected files into one "one-shot" request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests.

Core Features & Use Cases

  • Prompt + File Bundling: Combine prompts with repository files into a single request.
  • Session & Browser Support: Manage stored sessions and run in browser-based workflows for GPT-5.2 Pro.
  • Use Case: Create context-rich prompts for code reviews, architectural guidance, or bug triage across large codebases.

Quick Start

Use oracle to bundle your prompt and selected files into one context-rich request for an AI model.

Frequently Asked Questions about oracle

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

FAQPage Schema
Can I use prompt bundling for browser-based GPT-5.2 Pro sessions?

Yes, oracle supports browser-based workflows for GPT-5.2 Pro. It includes session management features that allow you to manage stored sessions and run long-running workflows with optional remote browser execution and safety defaults.

What is the best way to attach code files to an AI prompt for code reviews?

Yes, the oracle CLI supports file glob patterns with include and exclude rules. This allows you to precisely select which development repo files are bundled into the prompt, and you can preview the selection using a dry-run before execution.

Do I need to verify AI output generated from bundled repository context?

The best way to attach code files is using prompt bundling to combine your review instructions with selected repository files into one request. This provides the AI model with real repo context for architectural guidance or bug triage across large codebases.

Can I reattach to a previous session after running a long-running browser workflow?

Yes, you should treat the AI output as advisory and verify it against your actual code and tests. Prompt bundling provides real repo context to help the model answer, but generated responses still require validation before implementation.

Can I reattach to a previous session after running a long-running browser workflow?

Yes, oracle supports session reattachment for long-running browser workflows. This session management capability allows you to reconnect to stored sessions and continue your AI interactions without losing previous context.