Analyze documentation coverage for files, directories, or the entire codebase
Analyze documentation coverage across your codebase to identify gaps. It scans files for language-specific doc patterns (JSDoc, Python docstrings, Go comments) and generates a prioritized report showing what's documented versus undocumented. Use this to audit your codebase and find critical public APIs that need documentation.
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install documents-manager@claude-code-plugin-automations[file-or-directory]Analyze documentation coverage for the specified target (or the entire codebase if no target provided).
Target: $ARGUMENTS (defaults to current directory if empty)
Identify Target Scope
Detect Languages
Count Documentable Items
Calculate Coverage
Generate Report
/** ... */)@param, @returns, @description tagsProduce a markdown report with: