oracle

Bundle prompts with selected files into context-aware requests for code review.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill oracle-dharambiragrawal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/DharambirAgrawal/Personal-Assistant/tree/main/skills/oracle
Command: npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill oracle-dharambiragrawal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle bundles your prompt + selected files into a single context-rich request so models can answer with real repository context, reducing the need to guess missing context.

Core Features & Use Cases

  • Bundle prompts with file context to improve answer accuracy
  • Attach file sets or directories to prompts for informed decisions
  • Use cases: code reviews, API design decisions, and architecture planning with repo context

Quick Start

Install and run the oracle CLI with your project files to generate context-aware responses.

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 prompt for better code review context?

You can bundle repository files into a prompt using the oracle CLI, which combines your selected files and prompt into a single context-aware request. This gives models real repository context for informed code reviews and architecture decisions.

What's the best way to provide repository context to an LLM for architecture decisions?

Providing repository context to an LLM is best done by bundling your prompt with selected files into a single request. The oracle CLI attaches file sets or directories using include and exclude patterns, ensuring models receive full project context.

Do I need to install anything before bundling files into context-aware prompts?

Yes, you need the oracle CLI installed via npm or yarn before bundling files into context-aware prompts. Once installed, you can run it with your project files and use the --engine flag to select browser or api mode.

Can I include or exclude specific files when attaching repository context to a prompt?

Yes, you can include or exclude specific files when attaching repository context to a prompt. The oracle CLI accepts --file attachments with include and exclude patterns, letting you control exactly which files are bundled into the request.

Why does my LLM response lack accurate repository context for documentation synthesis?

Your LLM response lacks accurate repository context because the model is not receiving your project files. Bundling your prompt and selected files into a single context-rich request solves this by providing real repository data for documentation synthesis.