How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini-code-review:gemini-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `gemini-code-review:gemini-code-review` agent to review current changes using Google's Gemini CLI.
Dispatch the gemini-code-review:gemini-code-review agent to review current changes using Google's Gemini CLI.
Use the Task tool to dispatch the gemini-code-review:gemini-code-review subagent with the following prompt:
Review the current changes. {ADDITIONAL_CONTEXT}
Where {ADDITIONAL_CONTEXT} is any context the user provided when invoking the skill (e.g.,
/gemini-review focus on error handling).
If no additional context was provided, simply ask the agent to review the current changes.
npx claudepluginhub scode/dotfiles --plugin gemini-code-reviewGet a second opinion from Gemini on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. Use when user asks to "review with Gemini", "Gemini code review", or "ask Gemini to check my code".
Reviews git diffs using Gemini for bugs, security vulnerabilities, style inconsistencies, performance issues, and more. Ideal for second opinions on changes before committing.
Runs code reviews via external LLMs (OpenAI Codex CLI, Google Gemini CLI) on uncommitted changes, branch diffs, or commits using git and bash.