oracle

Bundle prompts and repository files into a single context package for model review.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill oracle-zhow01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/hot100skills/033_steipete_oracle
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill oracle-zhow01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bundle prompts and selected files into a single context package so a second model can review the project with complete repo context for debugging, refactors, design checks, or cross-validation.

Core Features & Use Cases

  • Bundle your prompt with attachments into one reusable bundle for AI review.
  • Attach files and directories to provide full context for design checks, debugging, and validation.
  • Use browser or API modes to obtain iterative feedback from the model on configured prompts and inputs.

Quick Start

Prepare a task description and run the oracle CLI to assemble a prompt bundle with the desired files in browser mode.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle prompts and files for a second model review?

Get second-model review feedback by bundling prompts and selected repository files into a single context package, then using browser or API modes to obtain iterative contextual feedback on code, docs, and project assets.

What is prompt bundling for AI code review and when do I need it?

Prompt bundling packages a task description with selected repository files into a reusable bundle for AI review. You need it when a second model requires complete repo context for debugging, refactors, design checks, or cross-validation.

Can I attach directories to provide full context for design checks and debugging?

Yes, you can attach files and directories to provide full context for design checks and debugging. The process enforces file selection and safety constraints to ensure reproducible and cost-conscious reviews across the bundled project assets.

Does the oracle skill work with browser and API modes for iterative feedback?

Yes, the system supports browser and API modes to obtain iterative feedback from a model on configured prompts and inputs. Both modes assemble the prompt bundle identically but differ in how the model receives the contextual package.

What are the limitations of bundling repository files into a single context package?

Constraints include enforced file selection and safety restrictions that limit arbitrary repository access, ensuring reviews remain reproducible and cost-conscious. You must explicitly select files and directories rather than passing an entire unfiltered project.