oracle

Bundle prompts and selected files into a single context-rich request.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill oracle-kelinfoxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/kelinfoxy/EZ-Homelab/tree/main/docker-compose/ez-assistant/skills/oracle
Command: npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill oracle-kelinfoxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle simplifies bundling prompts with relevant files into a single context-rich request so models can reason with repository context.

Core Features & Use Cases

  • Bundles prompts and selected files into one one-shot request so models can respond with repo context.
  • Supports engine and session options to tailor browser or API runs and preserve work across tasks.
  • Allows flexible file attachment patterns and controlled exclusions to keep inputs focused and secure.
  • Use case: when you need code guidance that respects your repository layout and attached docs, you bundle the prompt with the codebase and run an informed analysis.

Quick Start

Run oracle with a sample task to bundle your project prompt and files for a browser-based session.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle CLI prompts with selected files for one-shot code analysis?

You bundle CLI prompts and selected files into a single context-rich request for one-shot processing. This approach allows models to reason with repository context for tasks like code reviews, patch generation, and documentation-driven coding.

Can I use file exclusion patterns to keep repository context focused during prompt bundling?

Yes, flexible file attachment patterns and controlled exclusions keep inputs focused and secure. You can specify which files to attach and which to exclude, ensuring the model only receives relevant repository context.

Does prompt bundling work with both browser and API sessions?

Prompt bundling works with both browser and API runs. Engine and session options allow you to tailor browser or API sessions and preserve work across multiple tasks for continuous repository analysis.

What's the best way to run a code review with full repository context?

The best way is bundling your code review prompt with relevant codebase files into one context-rich request. This ensures the model respects your repository layout and attached docs for informed analysis.

When do I need to bundle prompts with file attachments for repository context?

You need prompt bundling when tasks require repository context, such as code reviews, patch generation, and documentation-driven coding. It ensures models reason with your actual codebase layout and attached documentation.

How do I preserve session context across multiple CLI tasks?

You preserve session context by using session options to maintain work across multiple tasks. This allows browser or API runs to retain context-rich repository information for continuous analysis.