A skill for using Gemini CLI with massive context windows (1M tokens) for codebase analysis and second opinions.
This plugin provides a skill for leveraging Google's Gemini CLI in non-interactive mode. It's ideal for:
- Analyzing large codebases that exceed Claude's context limits
- Getting second opinions on complex technical decisions
- Cross-validating critical analysis
- Multi-file architecture reviews
- Gemini CLI installed and authenticated
claude plugin marketplace add fprochazka/claude-code-plugins --scope user
claude plugin install gemini-cli@fprochazka-claude-code-plugins --scope userThe skill is automatically loaded when needed. It includes reference prompts in references/prompt_patterns.md for:
- Architecture reviews
- Security audits
- Performance analysis
- Migration assessments
- Second opinion prompts
The gemini-cli:review-agent provides an autonomous code review workflow:
- Scope definition - determines target path, review type, and focus areas
- Context collection - maps project structure to construct effective prompts
- Gemini invocation - runs Gemini with a targeted review prompt
- Verification - reads actual code to confirm each finding
- Final report - produces a structured report with verified findings only
Trigger it by asking for a code review with Gemini, e.g. "review this codebase with gemini" or "use gemini for a security audit".
Filip Procházka
MIT