Gemini Oracle

Consult the Gemini CLI for planning analysis and code review guidance across codebases.

82|12|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/PaulRBerg/dot-claude --skill gemini-oracle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gemini Oracle
Source: https://github.com/PaulRBerg/dot-claude/tree/main/skills/oracle-gemini
Command: npx skills add https://github.com/PaulRBerg/dot-claude --skill gemini-oracle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill uses Google Gemini CLI as a planning oracle and code reviewer to analyze codebases and surface recommendations without performing changes.

Core Features & Use Cases

  • Planning & architecture guidance: Leverage Gemini for high-level design decisions.
  • Code review prompts: Receive structured code-quality feedback with context.
  • Non-destructive analysis: Focus on planning and review rather than implementation.

Quick Start

Invoke Gemini Oracle to assess architecture or review changes and receive prioritized recommendations.

Frequently Asked Questions about Gemini Oracle

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

FAQPage Schema
How do I use Gemini CLI for code review and planning analysis?

Gemini Oracle consults the Gemini CLI as an oracle to provide code review guidance and planning analysis without modifying your codebase. It surfaces architectural recommendations, multi-file reviews, and design decision feedback by constructing structured prompts and presenting Gemini's output.

Can I use Gemini for architecture planning across multiple files?

Yes. Gemini Oracle is designed for high-level architecture guidance and multi-file codebase analysis. It helps evaluate design decisions and surface recommendations applicable to complex codebases without implementing changes.

What prerequisites do I need to run Gemini Oracle?

You need the Gemini CLI installed and configured. Gemini Oracle enforces model selection, sandbox safety, and timeout management before executing analysis, ensuring proper environment setup before consulting the oracle.

Does Gemini Oracle perform code changes or only review?

Gemini Oracle is non-destructive and focused on planning and review only. It provides analysis and recommendations without performing implementation changes to your codebase.

What types of analysis does Gemini Oracle cover?

Gemini Oracle applies to architecture planning, multi-file reviews, risk assessments, and design decisions. It delivers prioritized recommendations using structured prompt templates tailored for planning and code review contexts.