analyze_repository
Run a comprehensive batch analysis over an entire repository to produce code health metrics, identify maintainability risks, and guide refactoring decisions across selected file patterns.
Instructions
Perform batch analysis of an entire repository for code health metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePatterns | No | Optional file patterns to include (e.g., ["*.ts", "*.js"]) | |
| repositoryPath | Yes | Path to the repository root directory |