get_technical_debt
Analyze a git repository to detect technical debt indicators such as stale code and risky development patterns.
Instructions
Identify technical debt indicators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| stale_days | No | Days without changes to consider stale, default 90 |