oracle

Bundle prompt and code files into one request for model analysis.

2|Updated Jul 9, 2026
One-click install
npx skills add https://github.com/koki3141/codex-global-skills --skill oracle-koki3141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/koki3141/codex-global-skills/tree/main/oracle
Command: npx skills add https://github.com/koki3141/codex-global-skills --skill oracle-koki3141

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Oracle Skill addresses the need for context when conducting model-driven code reviews, providing insights from real-world codebase data to supplement model-generated responses.

Core Features & Use Cases

  • Real-world Contextual Reviews: Combines model answers with real repo context from a specific set of files.
  • Browser-based Diagnosis & Debugging: Utilizes ChatGPT's GPT-5.5 Pro model to process requests via the browser interface for richer interaction and error diagnostics.
  • Efficient Design & Refactoring: Assists with identifying design issues or code refactoring suggestions using real-world input and model analysis.

Quick Start

Execute an Oracle review of a specific task in the codebase with context from the directory 'src/'.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I conduct a code review using real-world repository context?

To conduct a code review with real-world context, bundle your prompt and relevant code files into a single request for model analysis. This approach supplements model-generated responses with actual codebase data to provide deeper insights.

Can I use browser-based debugging to diagnose errors in my codebase?

Yes, browser-based debugging allows you to process diagnostic requests using the GPT-5.5 Pro model interface. This method facilitates richer interaction and error diagnostics by evaluating your code directly within the browser environment.

What is the best way to identify design issues and refactoring suggestions?

The best way to identify design issues and refactoring suggestions is by combining real-world codebase input with model analysis. Supplying specific directory files allows the model to evaluate structural problems and propose targeted refactoring improvements.

Does this model-driven code analysis require specific file attachments?

Yes, model-driven code analysis requires attaching specific code files from your repository. Bundling these relevant files with your prompt ensures the model has the necessary context to perform accurate reviews and adhere to user permission best practices.

Why does my code refactoring suggestion lack real-world context?

Code refactoring suggestions lack real-world context when relevant repository files are not bundled into the request. Providing specific codebase files ensures the model analysis is supplemented with actual project data for accurate results.