suggest_improvements
Analyze documentation to identify gaps and provide actionable suggestions for improvement, including templates for missing content and enhancements for incomplete sections.
Instructions
Analyze existing documentation and suggest improvements, including templates for missing docs and enhancements for incomplete documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of suggestions to return | |
path | No | Path to file or directory to analyze |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of suggestions to return",
"type": "default"
},
"path": {
"description": "Path to file or directory to analyze",
"type": "string"
}
},
"type": "object"
}