gemini

Automates Gemini CLI for code reviews, plan analysis, and large-context processing.

239|30|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jdrhyne/agent-skills --skill gemini-jdrhyne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/jdrhyne/agent-skills/tree/main/codex/gemini
Command: npx skills add https://github.com/jdrhyne/agent-skills --skill gemini-jdrhyne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers and AI agents to orchestrate comprehensive code reviews, architectural plan analysis, and large-context processing using Google's Gemini CLI, unlocking extended context windows and high-quality reasoning.

Core Features & Use Cases

  • Model selection and guidance: Recommend and configure Gemini models (Pro and Flash) for coding tasks and large-context processing.
  • Approval mode management: Automatically manages tool approvals to ensure safe, non-interactive execution.
  • Background-safe execution: Safeguards for non-interactive tasks to prevent hung processes and timeouts.
  • Use Cases: Perform multi-file code reviews, architectural plan validation, and documentation analysis across large repositories.

Quick Start

Run Gemini commands in automated or interactive sessions to analyze codebases or plans, for example: gemini -m gemini-3-pro-preview --approval-mode yolo "Review the authentication system across the codebase"

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I perform a multi-file code review across a large repository?

To analyze codebases with Gemini CLI, you run commands specifying the model and approval mode, like `gemini -m gemini-3-pro-preview --approval-mode yolo`. This safely executes non-interactive architectural analysis and code review tasks.

Can I analyze architectural plans using large context windows without timing out?

Yes, architectural plan analysis uses background-safe execution to prevent hung processes and timeouts. It processes large-context documentation sets by automatically managing tool approvals for non-interactive tasks.

Does this approach support model selection for different coding tasks?

Yes, it supports model selection for coding tasks by recommending and configuring Gemini Pro and Flash models. This ensures appropriate reasoning capabilities are applied to multi-file codebases and large-context processing.

What is the best way to automate code review safely in non-interactive sessions?

Automated code review in non-interactive sessions is best handled through approval mode management. It applies safeguards to prevent hung processes and safely executes multi-file analysis without manual intervention.

Are there limitations when processing documentation sets requiring up to 1M tokens?

Documentation analysis supports up to 1M tokens for large repositories. Limitations are mitigated by background-safe execution safeguards that prevent timeouts during non-interactive processing of extensive architectural plans.