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."
npx claudepluginhub naluforge/geminicli-cc-plugin --plugin geminiThis skill uses the workspace's default tool permissions.
**Invoke using `/gemini-review` or `mcp__gemini__gemini_execute` with a review-focused prompt.**
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
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.