Oracle Gemini

Consult Google Gemini CLI for planning and code review without applying changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill uses the Google Gemini CLI as a planning oracle and code reviewer. It provides analysis and recommendations; Claude synthesizes and presents them to the user. It is strictly for planning and review—do not use Gemini to implement changes.

Core Features & Use Cases

  • Planning advisor: Generate architecture and implementation plans without changing code.
  • Code review aide: Get insights on design, safety, and maintainability before coding.
  • Use Case: When you need a second opinion or an architectural plan for a feature, without touching the codebase yet.

Quick Start

Validate Gemini CLI availability with the provided script, then run a planning or review prompt to obtain actionable guidance without applying changes.

Frequently Asked Questions about Oracle Gemini

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

FAQPage Schema
How do I use Gemini for code review without making changes to my codebase?

Code review with Gemini lets you get architectural and security insights on multi-file changes before implementation. The Skill consults Gemini, synthesizes analysis, and presents actionable feedback—no code modifications occur.

What kind of planning tasks can Gemini help with?

Planning tasks include architecture design, implementation strategy, design decisions, and high-level code analysis. Gemini generates recommendations and actionable plans you can execute manually afterward.

Do I need to have Gemini CLI installed to use this Skill?

Yes, the Gemini CLI dependency must be available in your environment. A validation script checks availability before the Skill runs planning or review operations.

Can this Skill detect bugs and security issues in my code?

Yes, security review and bug detection are core use cases. Gemini analyzes code for safety and maintainability issues, surfacing risks before you implement fixes.

What's the difference between using this for planning versus code review?

Planning mode generates implementation strategies and architectural guidance upfront. Review mode analyzes existing code for design flaws, security gaps, and maintenance concerns without applying changes.

Why shouldn't I use this Skill to implement code changes?

This Skill is strictly for analysis and guidance. Implementation requires manual coding and verification; the Skill enforces sandboxing and timeouts to prevent code generation and ensures you retain full control.