analyze_project_structure
Analyze project structure and architecture to identify issues, assess technical debt, and provide actionable recommendations for code improvement.
Instructions
Analyze complete project structure and architecture with actionable strategic recommendations
WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
code | No | The code to analyze (for single-file analysis) | |
filePath | No | Path to single file to analyze | |
files | No | Array of specific file paths (for multi-file analysis) | |
focusAreas | No | Areas to focus on: architecture, dependencies, complexity, patterns | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth to analyze (1-5) | |
projectPath | No | Absolute path to project root |