get_recommendations
Analyze codebase architecture to generate prioritized refactoring recommendations with effort/impact scoring. Filter by category or enrich with LLM descriptions for actionable insights.
Instructions
Generate prioritized refactoring recommendations from architecture health analysis. Returns actionable suggestions with effort/impact scoring. Set enrich=true for LLM-generated detailed descriptions. No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository | |
| max_items | No | Maximum recommendations (default: 10, max: 50) | |
| category_filter | No | Filter to a specific category (optional) | |
| enrich | No | Use LLM for richer descriptions (default: false) |