compare_integration
Analyze code integration across files to detect mismatches, missing imports, and compatibility issues, providing actionable fixes with line numbers.
Instructions
Compare integration between multiple files to identify mismatches, missing imports, and compatibility issues. Returns actionable fixes with line numbers.
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 integration analysis to perform | integration |
code | No | The code to analyze (for single-file analysis) | |
filePath | No | Path to single file to analyze | |
files | No | Array of absolute file paths to analyze | |
focus | No | Specific areas to focus on: method_compatibility, namespace_dependencies, data_flow, missing_connections | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for multi-file discovery (1-5) | |
projectPath | No | Path to project root (for multi-file analysis) |