gemini

Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gemini" with this command: npx skills add iamladi/cautious-computing-machine--sdlc-plugin/iamladi-cautious-computing-machine-sdlc-plugin-gemini

Gemini Skill

Priorities

Approval mode correctness > Model selection > Background execution safety

Goal

Execute Gemini CLI for comprehensive code review, plan analysis, or large-context processing tasks. Ask user for model selection via AskUserQuestion. Choose approval mode based on execution context (yolo for background, default for interactive terminal only). Load CLI reference for detailed command patterns, troubleshooting, and use cases.

Constraints

  • NEVER use --approval-mode default in background or non-interactive shells (Claude Code tool calls). It hangs indefinitely waiting for user input.
  • ALWAYS use --approval-mode yolo for automated/background tasks or wrap with timeout: timeout 300 gemini ...
  • Ask user for model selection via AskUserQuestion before running commands.
  • Requires Gemini CLI v0.16.0+ for Gemini 3 model support.
  • After Gemini completes, inform user they can start a new session for follow-up analysis.

Model Selection

Ask user which model to use via AskUserQuestion:

ModelBest forContext windowKey features
gemini-3-pro-previewFlagship: Complex reasoning, coding, agentic tasks1M input / 64k outputVibe coding, 76.2% SWE-bench, $2-4/M input
gemini-3-flashSub-second latency, speed-critical applications1M input / 64k outputDistilled from 3 Pro, TPU-optimized
gemini-2.5-proLegacy: Strong all-around performance1M input / 65k outputThinking mode, mature stability
gemini-2.5-flashLegacy: Cost-efficient, high-volume tasks1M input / 65k outputBest price ($0.15/M), thinking mode
gemini-2.5-flash-liteLegacy: Fastest processing, high throughput1M input / 65k outputMaximum speed, minimal latency

Gemini 3 Advantages: 35% higher accuracy in software engineering, state-of-the-art on SWE-bench (76.2%), knowledge cutoff January 2025.

References

Load CLI reference for detailed command patterns, troubleshooting hung processes, and common use cases:

  • Glob(pattern: "**/sdlc/**/skills/gemini/references/gemini-cli-reference.md", path: "~/.claude/plugins") → Read result

Arguments

$ARGUMENTS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

codex

No summary provided by upstream source.

Repository SourceNeeds Review
General

interview

No summary provided by upstream source.

Repository SourceNeeds Review
General

tdd

No summary provided by upstream source.

Repository SourceNeeds Review