
from agent-skills231
Run the Gemini CLI for large-context code reviews, plan reviews, and multi-file analysis; includes safety guidance for background and interactive modes.
This skill provides a complete guide for invoking the Gemini CLI to perform comprehensive code reviews, architectural plan reviews, and big-context analysis across multiple files or repositories. It explains model selection, approval modes, recommended flags for automated runs, timeout safeguards, and troubleshooting for hung processes.
Use this skill when a user explicitly requests Gemini for: codebase security or quality reviews, architectural or plan analysis, processing very large context (>200k tokens), or any multi-file automated analysis where Gemini's large-window models help. Prefer yolo approval mode for non-interactive/background tasks and default only for interactive terminal sessions.
Best fit for agents or tooling that can run CLI tools (Codex/Gemini CLI, Claude Code, Cursor) and for automation pipelines that accept --approval-mode yolo and timeouts.
Gemini CLI wrapper skill providing detailed guidance for running Gemini models in background and interactive modes. No bundled scripts — purely instructional SKILL.md with comprehensive model selection tables, approval mode guidance, and troubleshooting for hung processes. Well-written safety boundaries and error handling sections.
Clean skill with no executable code. The pkill commands in troubleshooting are diagnostic guidance only, not auto-executed. Safety boundaries are well-documented. Would benefit from a references/ directory to reduce SKILL.md length.