This repository was archived by the owner on Jul 11, 2026. It is now read-only.
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
Reactions are currently unavailable
Problem
No awareness of:
Developer Pain Points
Proposed Solution
Documentation Analyzer with:
Features
MCP Tools
Priority
Medium
Effort Estimate
2 days