gemini

Execute Gemini CLI for code analysis and generation with configurable models.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/LisaPullman/foxai_skills --skill gemini-lisapullman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/LisaPullman/foxai_skills/tree/main/skills/gemini
Command: npx skills add https://github.com/LisaPullman/foxai_skills --skill gemini-lisapullman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gemini CLI integration enables AI-powered code analysis and generation by leveraging Google's Gemini models, helping teams reason about complex code and generate implementation ideas faster.

Core Features & Use Cases

  • Execute Gemini CLI commands with multiple models and prompts for code analysis, refactoring suggestions, and design exploration.
  • Support configurable prompts and optional working directory to fit into existing project workflows.
  • Integrate into Claude workflows for accelerated problem-solving and code improvements across software projects.

Quick Start

Pass a clear prompt to the Gemini CLI wrapper to start code analysis.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I use Gemini AI for code analysis in my software development workflow?

Gemini AI code analysis is executed by passing configurable prompts to the Gemini CLI wrapper, enabling AI-powered reasoning, refactoring suggestions, and design exploration for software development tasks.

Do I need the Gemini CLI installed to run AI-powered code generation?

Yes, AI-powered code generation requires the Gemini CLI to be installed and authenticated locally before you can execute commands or pass prompts for implementation ideas.

Can I specify a working directory when running Gemini CLI for code analysis?

Yes, you can set an optional working directory when executing Gemini CLI commands, allowing the AI model to analyze code and generate outputs within the context of your existing project workflows.

How do I configure different AI models for code generation and problem decomposition?

You can configure AI models for code generation by setting the GEMINI_MODEL environment variable, which allows you to select different Google Gemini models for complex reasoning and problem decomposition tasks.

What is the timeout limit when invoking Gemini CLI for complex reasoning tasks?

The timeout limit for invoking Gemini CLI on complex reasoning tasks is fixed at two hours, ensuring long-running code analysis and generation processes have sufficient time to complete.