From gemini
Send text and optional local image files to Gemini for multimodal analysis
How this command is triggered — by the user, by Claude, or both
Slash command
/gemini:analyze [--wait|--background] [--model <model>] [--image <path> ...] [--effort <none|minimal|low|medium|high|xhigh>] [prompt]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" task $ARGUMENTS`
Present the full command output to the user. Do not summarize or condense it.!node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" task $ARGUMENTS
Present the full command output to the user. Do not summarize or condense it.
npx claudepluginhub gabrielcndd/gemini-plugin-cc --plugin gemini/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.