gemini

Run Gemini CLI for large-context code and plan reviews.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/princegarg001/digital-Lige-identifier --skill gemini-princegarg001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/princegarg001/digital-Lige-identifier/tree/main/.agents/skills/gemini
Command: npx skills add https://github.com/princegarg001/digital-Lige-identifier --skill gemini-princegarg001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables developers to perform deep analyses with Gemini 3 Pro via the Gemini CLI, facilitating large-context code reviews, architectural plan reviews, and document-wide analysis.

Core Features & Use Cases

  • Access Gemini 3 Pro via Gemini CLI for code reviews, plan reviews, and large-context processing.
  • Supports massive context windows (up to 1M tokens) and flexible model selection for interactive or automated tasks.
  • Guides safe automated execution with proper approval modes, timeouts, and error handling to fit CI/CD and background workflows.

Quick Start

Ask the user for the desired task and then run Gemini with the chosen model and approval mode to start the analysis.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I perform large-context code reviews on multi-file projects?

You can perform large-context code reviews by running Gemini CLI on multi-file software projects. This enables deep architectural and code analysis by utilizing massive context windows up to 1M tokens.

Can I use Gemini CLI for automated background execution in CI/CD pipelines?

Yes, Gemini CLI can be used for automated background execution in CI/CD pipelines. It implements approval-mode handling, timeouts, and error safeguards to guide safe non-interactive workflows.

What is the best way to review architectural plans that require massive context windows?

The best way to review architectural plans with massive context windows is using Gemini 3 Pro via Gemini CLI. It supports up to 1M tokens, enabling deep analysis of extensive architectural documentation.

Does Gemini CLI support flexible model selection for interactive tasks?

Yes, Gemini CLI supports flexible model selection tailored for interactive and automated tasks. You can choose the desired model and approval mode to start the analysis based on your specific requirements.

How do I scope workspaces using include-directories for document analysis?

You can scope workspaces by configuring include-directories when running Gemini CLI for document analysis. This ensures the large-context processing targets specific multi-file project boundaries.