gemini_analyze_code
Analyze code with AI to explain functionality, optimize performance, debug errors, refactor structure, or compare versions across any language.
Instructions
Use Gemini CLI to analyze and explain code functionality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Programming language (auto-detected if not specified) | |
| file_path | Yes | Path to the source code file to analyze | |
| analysis_type | No | explain |