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.
SKILL.md
NEVER use --approval-mode default in background or non-interactive shells (like Claude Code tool calls). It will hang indefinitely waiting for approval prompts that cannot be provided.
| Use case | Approval mode | Key flags |
| Background code review | yolo ✅ | -m gemini-3-pro-preview --approval-mode yolo | | Background analysis | yolo ✅ | -m gemini-3-pro-preview --approval-mode yolo | | Background with timeout | yolo ✅ | timeout 300 gemini -m gemini-3-pro-preview --approval-mode yolo |
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. Source: iamladi/cautious-computing-machine--sdlc-plugin.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/iamladi/cautious-computing-machine--sdlc-plugin --skill gemini- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is 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. Source: iamladi/cautious-computing-machine--sdlc-plugin.
How do I install gemini?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/iamladi/cautious-computing-machine--sdlc-plugin --skill gemini Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/iamladi/cautious-computing-machine--sdlc-plugin
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01