analyze_project
Scan a project directory to identify technical debt across supported files, generating a report with prioritized issues and recommendations.
Instructions
Analyze an entire project for technical debt. Scans all supported files and returns a comprehensive report with issues, metrics, and recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory | |
| languages | No | Optional: specific languages to analyze | |
| categories | No | Optional: filter by debt categories | |
| severity | No | Optional: minimum severity level | |
| maxFiles | No | Optional: maximum number of files to analyze (minimum: 1) |