gemini

Execute Gemini AI code analysis and generation tasks via CLI.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill gemini-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/tense-i/stock-market-simulator/tree/main/skills/gemini
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill gemini-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Gemini CLI integration enables executing Gemini AI tasks for code analysis and generation, reducing manual code review and rewrite cycles.

Core Features & Use Cases

  • Flexible: Run Gemini models via CLI with prompts for analysis or code generation.
  • Multi-Model: Supports different Gemini model variants through environment variable GEMINI_MODEL.
  • Workflow Integration: Fits into Claude Code workflows for automated reasoning tasks.
  • Use Case: Analyze a code snippet for security issues and propose improvements.

Quick Start

Run a prompt through the Gemini wrapper to analyze or generate code.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I automate code analysis and generation using Gemini models via CLI?

You can automate code analysis and generation by running prompts through the Gemini CLI wrapper, which executes AI tasks to reduce manual code review and rewrite cycles. It supports flexible model selection for rapid code generation and security analysis.

Can I use this Gemini CLI integration within Claude Code workflows?

Yes, the Gemini CLI integration works within Claude Code workflows to execute automated reasoning tasks. It fits seamlessly into existing pipelines, enabling cross-platform execution of code analysis and refactoring suggestions without leaving your environment.

How do I select different Gemini models for code refactoring suggestions?

You can select different Gemini models by setting the GEMINI_MODEL environment variable. This allows you to switch between model variants to optimize the CLI wrapper for specific code generation or analysis tasks based on your requirements.

Does the Gemini CLI wrapper handle execution timeouts for long-running code analysis tasks?

Yes, the Gemini CLI wrapper includes timeout handling to manage long-running code analysis and generation tasks. This ensures automated workflows do not hang indefinitely during complex code reviews or refactoring operations.

What is the best way to analyze a code snippet for security issues using Gemini AI?

The best way to analyze code snippets for security issues is to pass the code as a prompt to the Gemini CLI wrapper. The AI will execute the analysis task, identify potential vulnerabilities, and propose targeted code improvements rapidly.