getGitHotspots
Identify the most frequently changed files in git history to pinpoint areas of active development or instability. Configurable lookback and path scope.
Instructions
Most frequently changed files in git history. High frequency → active dev or instability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days (default: 90) | |
| limit | No | Max hotspot files to return (default: 20) | |
| path | No | Subdirectory or glob to scope analysis (e.g. 'src/'). Default: entire repo |