gemini

Runs Google Gemini CLI for web search, code review, brainstorming, and Q&A.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/croban/ai-dev-blueprint --skill gemini-croban
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/croban/ai-dev-blueprint/tree/main/skills/gemini
Command: npx skills add https://github.com/croban/ai-dev-blueprint --skill gemini-croban

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the hassle of manually switching between tools for web lookups, code reviews, creative brainstorming, and general technical questions by leveraging the locally installed Google Gemini CLI with full project context awareness.

Core Features & Use Cases

  • Web Search: Get cited, up-to-date answers for current events, library documentation, or release notes.
  • Complementary Code Review: Get a distinct second perspective on code, documents, or diffs that catches issues other tools miss, with optional rigorous principal-engineer mode for high-stakes pre-merge checks.
  • Project-Aware Brainstorming: Generate tailored ideas for architecture, migration, or feature work that align with your existing codebase and tech stack.
  • General Q&A: Get fast, accurate answers to technical or general questions using Gemini Pro. A common use case is running a light complementary review with /gemini review alongside a rigorous Codex review to catch a wider range of issues during pull request validation.

Quick Start

Invoke the gemini skill to perform a complementary code review of your current uncommitted changes to catch issues other tools might miss.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I get a complementary code review for uncommitted changes?

A complementary code review is performed by running the locally installed Gemini CLI against your uncommitted changes, providing a distinct second perspective to catch issues other tools miss.

Can I use Gemini for web search and up-to-date library documentation?

Yes, Gemini performs web search to retrieve cited, up-to-date answers for current events, library documentation, or release notes without requiring manual tool configuration.

How do I brainstorm project-aware architecture ideas using an AI assistant?

You can brainstorm project-aware architecture ideas by running the Gemini CLI, which generates tailored suggestions for migration or features that align with your existing codebase and tech stack.

Does this approach support sandbox-safe cross-repo file access for code review?

Yes, the Gemini CLI approach supports sandbox-safe cross-repo file access and applies configurable review modes, including a rigorous principal-engineer mode for high-stakes pre-merge checks.

What happens when Gemini capacity errors occur during a technical Q&A session?

During a technical Q&A session, Gemini capacity errors trigger an automatic model fallback mechanism to ensure you still get fast, accurate answers without manual intervention.

Are structured prompt templates required for consistent Gemini CLI outputs?

Structured prompt templates are applied automatically by the Skill to ensure consistent outputs for web search, code review, brainstorming, and general technical question resolution.