-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumMedium priority itemMedium priority item
Description
Problem
No awareness of:
- Missing documentation (JSDoc/TSDoc)
- Outdated docs (code changed, docs didn't)
- Doc coverage (% of public APIs documented)
- Broken code examples in docs
Developer Pain Points
- Don't know what needs documentation
- Docs get out of sync with code
- No validation of doc examples
- Manual doc reviews required
Proposed Solution
Documentation Analyzer with:
- Check for missing JSDoc/TSDoc
- Validate code examples in docs
- Track doc-to-code sync
- Generate missing doc templates
Features
- Parse JSDoc/TSDoc from source
- Calculate documentation coverage
- Validate code examples (syntax check)
- Detect outdated documentation
- Auto-generate doc templates
MCP Tools
- doc-analyze: Analyze documentation coverage
- doc-missing: Find undocumented code
- doc-validate: Validate doc examples
- doc-generate: Generate missing docs
Priority
Medium
Effort Estimate
2 days
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumMedium priority itemMedium priority item