back
loading skill details...
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…
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review: Comprehensive code reviews across multiple files Plan Review: Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing: Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis: Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning 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. For automated/background reviews: ✅ Use --approval-mode yolo for fully automated execution ✅ OR wrap with timeout: timeout 300 gemini ... ❌ NEVER use --approval-mode default without interactive terminal
don't have the plugin yet? install it then click "run inline in claude" again.