get_technical_debt
Analyze git repositories to identify technical debt indicators like stale code, helping developers prioritize refactoring and maintain code quality.
Instructions
Identify technical debt indicators
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| stale_days | No | Days without changes to consider stale, default 90 |