get_recommendations
Analyze code quality issues in a project and obtain a prioritized list of recommendations to reduce technical debt. Specify the project path and optionally limit the number of results.
Instructions
Get prioritized recommendations for addressing technical debt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory | |
| limit | No | Optional: maximum number of recommendations to return (default: 5, minimum: 1) |