Run a Gemini review that challenges the implementation approach and design choices
Cancel an active background Gemini job in this repository
Delegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent
Show the stored final output for a finished Gemini job in this repository
Run a Gemini code review against local git state
Internal helper contract for calling the gemini-companion runtime from Claude Code
Internal guidance for composing Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
Internal guidance for presenting Gemini helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Use Gemini from inside Claude Code to review code or delegate tasks.
/gemini:review — read-only code review against your local git state/gemini:adversarial-review — steerable review that challenges implementation and design choices/gemini:rescue — delegate investigation, bug fixes, or implementation tasks to Gemini/gemini:status — check active and recent Gemini jobs/gemini:result — retrieve the stored output of a finished job/gemini:cancel — cancel an active background job/gemini:setup — verify installation and configure optionsnpm install -g @google/gemini-cli) and a Google account, or a GOOGLE_API_KEY for direct SDK access/plugin marketplace add gustavoBonze/gemini-plugin-cc
/plugin install gemini@gustavobonze-gemini
/reload-plugins
/gemini:setup
If Gemini CLI is missing and npm is available, /gemini:setup will offer to install it automatically.
To authenticate manually, run gemini once and complete the sign-in flow, or set:
export GOOGLE_API_KEY=your-key
/gemini:reviewRuns a Gemini review on your current work. Review-only — no fixes applied.
/gemini:review
/gemini:review --base main
/gemini:review --scope branch --base main
/gemini:review --background
/gemini:review --wait --effort high
/gemini:review --thinking --thinking-budget 2048
/gemini:review --image screenshot.png
Flags:
| Flag | Description |
|---|---|
--wait | Run in foreground without asking |
--background | Run as background job without asking |
--base <ref> | Compare current branch against <ref> (e.g. main) |
--scope auto|working-tree|branch | Review scope (default: auto) |
--effort <level> | Effort level: none, minimal, low, medium, high, xhigh |
--depth low|medium|high | Depth of analysis (default: medium) |
--model <alias|name> | Model override (see Models) |
--thinking | Enable reasoning tokens |
--thinking-budget <n> | Reasoning token budget (0 = off, positive = limit) |
--image <path> | Include an image in the review context (repeatable) |
--cwd <dir> | Run from a different directory |
--prompt-file <path> | Load review focus text from a file |
/gemini:adversarial-reviewSame as /gemini:review but frames the review adversarially — questions design decisions, tradeoffs, and assumptions. Accepts an optional focus text.
/gemini:adversarial-review
/gemini:adversarial-review --base main challenge the caching strategy
/gemini:adversarial-review --background look for race conditions
/gemini:adversarial-review --effort xhigh question the auth flow
Supports all the same flags as /gemini:review, plus free-form focus text at the end.
/gemini:rescueDelegates a task to Gemini through the gemini:gemini-rescue subagent. Use this for investigation, bug fixes, implementation, or research.
/gemini:rescue investigate why the tests are failing
/gemini:rescue fix the failing test with the smallest safe patch
/gemini:rescue --resume apply the top fix from the last run
/gemini:rescue --fresh start a new thread and plan the refactor
/gemini:rescue --background investigate the flaky integration test
/gemini:rescue --write implement the feature described in the issue
/gemini:rescue --effort high --thinking diagnose the memory leak
/gemini:rescue --image diagram.png explain what this architecture diagram means
Flags:
| Flag | Description |
|---|---|
--wait | Run in foreground |
--background | Run as background job |
--resume | Continue the last Gemini thread from this session |
--fresh | Force a new thread |
--write | Allow Gemini to write files (default: read-only) |
--effort <level> | Effort level (same levels as review) |
--depth low|medium|high | Analysis depth |
--model <alias|name> | Model override |
--thinking | Enable reasoning tokens |
--thinking-budget <n> | Reasoning token budget |
--image <path> | Include an image in the context (repeatable) |
--cwd <dir> | Run from a different directory |
--prompt-file <path> | Load task text from a file |
/gemini:statusShows active and recent Gemini jobs for the current repository. Outputs a table with actionable follow-up commands.
/gemini:status
/gemini:status job-abc123
/gemini:status --all
/gemini:status --wait job-abc123
/gemini:status --json
Flags: [job-id], --wait, --timeout-ms <ms>, --poll-interval-ms <ms>, --all, --json
/gemini:resultShows the stored final output for a finished job.
/gemini:result
/gemini:result job-abc123
/gemini:result --json
/gemini:cancelCancels an active background job.
/gemini:cancel
/gemini:cancel job-abc123
npx claudepluginhub gustavobonze/gemini-plugin-cc --plugin geminiUse Gemini CLI from Claude Code to review code or delegate tasks.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions