Help us improve
Share bugs, ideas, or general feedback.
From gemini
This skill should be used when the user asks to review code changes, review a PR, get a second opinion on a diff, cross-check modifications, or perform a security review using Gemini. Relevant when the user says "review this PR with Gemini," "check my diff for bugs," or "get a second opinion on these changes."
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Invoke using `/gemini-review` or `mcp__gemini__gemini_execute` with a review-focused prompt.**
Share bugs, ideas, or general feedback.
Invoke using /gemini-review or mcp__gemini__gemini_execute with a review-focused prompt.
Gemini provides value as an independent reviewer when:
Good reviews need full context, not just diffs:
git diff for working changes, gh pr diff N for PRsgit log main..HEAD --oneline shows the intent
behind the changesgh pr view N --json title,body for context on
what the PR aims to accomplishSend Gemini a structured review request:
Ask Gemini to check for:
pro for large or security-sensitive reviews; flash is sufficient for small diffs2400000 (40 minutes) — large diffs and full-repo reviews need extended timeGroup findings by severity:
A clean review (no findings) is valuable signal — it means an independent model found nothing concerning. Report this explicitly rather than staying silent.
npx claudepluginhub naluforge/geminicli-cc-plugin --plugin geminiReviews git diffs using Gemini for bugs, security vulnerabilities, style inconsistencies, performance issues, and more. Ideal for second opinions on changes before committing.
Reviews code changes, PRs, and diffs for security vulnerabilities, performance issues, correctness bugs, and maintainability problems with tables for issues and suggestions.
Runs code reviews via external LLMs (OpenAI Codex CLI, Google Gemini CLI) on uncommitted changes, branch diffs, or commits using git and bash.