From gemini
Run a Gemini code review on the current project. Use when the user wants a second opinion on code quality, a cross-model review, or asks for a Gemini review.
npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiThis skill uses the workspace's default tool permissions.
Use the `gemini_review` MCP tool to get Gemini's perspective on the code.
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.
Use the gemini_review MCP tool to get Gemini's perspective on the code.
If the user provided arguments, pass them as the focus parameter:
If no focus area was specified, run a general code quality review.
After receiving Gemini's review, summarize the key findings and any actionable items. Highlight areas where Gemini's perspective differs from or complements your own analysis.