gemini

Execute Gemini CLI commands for code analysis and generation.

322|45|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Microck/ordinary-claude-skills --skill gemini-microck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/Microck/ordinary-claude-skills/tree/main/gemini
Command: npx skills add https://github.com/Microck/ordinary-claude-skills --skill gemini-microck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Integrating advanced AI models like Google's Gemini for complex reasoning and code tasks often requires specific CLI commands and environment configurations. This Skill provides a streamlined way to execute Gemini CLI commands within Claude Code workflows.

Core Features & Use Cases

  • AI-Powered Code Analysis: Utilize Gemini models for in-depth code reviews, security issue detection, and architectural insights.
  • Flexible Prompt Input: Pass task prompts or questions directly to Gemini for code generation, explanation, or problem-solving.
  • Model & Environment Control: Configure the specific Gemini model to use and define working directories for context-aware execution.
  • Use Case: When you need an alternative perspective on a complex code problem or want to quickly generate code snippets, use this skill to invoke Gemini, providing your code or problem description, and receive AI-powered insights or solutions.

Quick Start

Use the gemini skill to review the attached 'app.py' file for security issues.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I perform AI-powered code analysis using Gemini models?

Code analysis with Gemini executes Gemini CLI commands within Claude Code workflows to detect security issues, architectural problems, and generate insights. Configure GEMINI_MODEL environment variable, ensure Gemini CLI is installed and authenticated, then pass your code or problem description as a prompt.

What are the prerequisites for using Gemini in Claude Code workflows?

Prerequisites include installing and authenticating the Gemini CLI, configuring the GEMINI_MODEL environment variable with your chosen model, and having Python available for cross-platform execution. The Skill enforces a fixed 7200000 ms timeout via uv wrapper.

Can I use Gemini for code generation and complex reasoning tasks?

Yes, Gemini supports code generation, explanation, and complex reasoning tasks. Pass flexible prompts directly to Gemini models, specify working directories for context-aware execution, and receive AI-powered solutions or architectural insights tailored to your problem.

How does model selection work when running Gemini analysis?

Model selection is controlled via the GEMINI_MODEL environment variable. Set this variable to specify which Gemini model to use for your code analysis, generation, or reasoning tasks before executing commands through the Skill.

What limitations should I know about when using Gemini for code tasks?

Gemini CLI must be installed and authenticated on your system. The Skill enforces a fixed 7200000 ms timeout for all executions. Cross-platform Python-based execution means environment setup and authentication are prerequisites before running any analysis.

Is Gemini suitable as an alternative code analysis tool to other LLM-based approaches?

Gemini provides an alternative perspective for complex code problems through Google AI models. Use it when you need advanced reasoning capabilities, security issue detection, or code generation within your Claude Code workflows alongside other analysis tools.