Agent skill · Code Review & Quality

gemini-cli

Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, Gemini 3, google_web_search, codebase_investigator, second opinion, cross-validation, web

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-cli-alfredolopez80-multi-agent-ralph-lo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-cli-alfredolopez80-multi-agent-ralph-lo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini CLI Integration Skill ## v2.88 Key Changes (MODEL-AGNOSTIC) - **Model-agnostic**: Uses model configured in `~/.claude/settings.json` or CLI/env vars - **No flags required**: Works with the configured default model - **Flexible**: Works with GLM-5, Claude, Minimax, or any configured model - **Settings-driven**: Model selection via `ANTHROPIC_DEFAULT_*_MODEL` env vars This skill enables Claude Code to orchestrate Google Gemini CLI (v0.22.0+) with **Gemini 3 Pro** for code generation, review, analysis, and specialized tasks including real-time web search. ## What's New in v0.22.0 (December 2025) - **Gemini 3**: Free tier users now have access to Gemini 3 via Preview Features toggle - **Colab Integration**: Pre-installed in Google Colab, usable headlessly in notebook cells - **Extensions Support**: - **Conductor**: Planning++ with context-driven development - **Endor Labs**: Code analysis, vulnerability scanning, dependency checks - **Comprehensive Quota Visibility**: `/stats` shows all model usage - **Multi-file Drag & Drop**: Proper `@` prefix handling for multiple files ## When to Use This Skill ### Ideal Use Cases 1. **Second Opinion / Cross-Validation** - Review code afte

What's inside
Steps it walks through
  1. v2.88 Key Changes (MODEL-AGNOSTIC)
  2. What's New in v0.22.0 (December 2025)
  3. When to Use This Skill
  4. Ideal Use Cases
  5. When NOT to Use
  6. Quick Start
  7. Prerequisites
  8. Authentication
  9. Enable Gemini 3 (Free Tier)
  10. Core Commands
  11. Basic Execution
  12. Key Flags
  13. Important Behavior Notes
  14. Model Selection
Ships with 1 file
  • metadata.json
Commands it runs
Verify installation
command -v gemini || which gemini
Check version
gemini --version  # Should show v0.22.0+
Option 1: API Key
export GEMINI_API_KEY=your_key
Option 2: OAuth (interactive, first run)
gemini  # Prompts for auth
Human-readable output
gemini "your prompt" --yolo -o text 2>&1
More from claude-skill-registry
All skills →
About this skill
What does the gemini-cli skill do?

Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, Gemini 3, google_web_search, codebase_investigator, second opinion, cross-validation, web

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-cli-alfredolopez80-multi-agent-ralph-lo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going