gemini-cli

Orchestrate the Google Gemini CLI for code review, search, analysis, and generation.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/HsnSaboor/open-engineer --skill gemini-cli-hsnsaboor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-cli
Source: https://github.com/HsnSaboor/open-engineer/tree/main/src/skills/bundled/samhvw8-gemini-cli
Command: npx skills add https://github.com/HsnSaboor/open-engineer --skill gemini-cli-hsnsaboor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex AI-assisted development tasks by integrating the Gemini CLI, enabling advanced code generation, review, and analysis with real-time web grounding.

Core Features & Use Cases

  • AI Code Review & Second Opinions: Get alternative perspectives on your code for improved quality and security.
  • Real-time Web Research: Leverage Google Search through Gemini for up-to-date information.
  • Codebase Analysis: Utilize Gemini's codebase_investigator for deep architectural insights.
  • Parallel Code Generation: Offload multiple generation tasks to Gemini for efficiency.

Quick Start

Use the gemini-cli skill to generate Jest tests for the file 'src/utils.js'.

Frequently Asked Questions about gemini-cli

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

FAQPage Schema
How do I get AI code review and second opinions on my codebase architecture?

AI code review is performed by orchestrating the Gemini CLI to provide alternative perspectives on your code for improved quality and security. It utilizes the codebase_investigator feature to deliver deep architectural insights and cross-validation.

Can I use Gemini CLI for real-time web search and research during software development?

Real-time web search during software development is supported by leveraging Google Search directly through Gemini. This enables you to fetch up-to-date information and ground your AI-assisted coding tasks in current web data.

Do I need to install and authenticate the Gemini CLI separately to use this Skill?

Yes, you must install and authenticate the Gemini CLI separately before using this Skill. It orchestrates the Gemini CLI for actions like querying, searching, analyzing, generating, and reviewing code with Gemini models.

What is the best way to run parallel code generation tasks with an AI assistant?

Parallel code generation is achieved by offloading multiple generation tasks to the Gemini CLI. This approach streamlines complex AI-assisted development workflows and significantly improves code generation efficiency.

How do I generate Jest tests for a specific file using an AI assistant?

You generate Jest tests by instructing the Gemini CLI to target a specific file like 'src/utils.js'. The Skill orchestrates the Gemini model to analyze the file and automatically generate the corresponding test suite.