analyzing-docs

Analyze documentation coverage and quality across codebases with language-specific patterns.

3|2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill analyzing-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyzing-docs
Source: https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations/tree/main/documents-manager/skills/analyzing-docs
Command: npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill analyzing-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert in evaluating documentation health, coverage metrics, and quality scores across a codebase.

Core Features & Use Cases

  • Documentation coverage metrics (functions, classes, files)
  • Quality dimensions (completeness, accuracy, clarity, usefulness)
  • Generated analysis reports and improvement suggestions
  • Lightweight templates for reporting

Quick Start

Run a docs health check and review the generated report.

Frequently Asked Questions about analyzing-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I measure documentation coverage across my codebase?

Documentation coverage calculates the percentage of documented items (functions, classes, files) against total items using the formula (Documented Items / Total Items) × 100. This Skill analyzes your codebase with language-specific patterns for JavaScript/TypeScript, Python, and Go to detect undocumented elements and report coverage metrics at function, class, file, and project levels.

What documentation quality metrics does this Skill evaluate?

This Skill assesses documentation across four quality dimensions: completeness, accuracy, clarity, and usefulness. It generates a Quality Score alongside coverage percentages, enabling you to identify not just gaps in documentation but also weaknesses in existing documentation quality.

Can I use this Skill to audit documentation in JavaScript, Python, or Go projects?

Yes. This Skill implements language-specific detection patterns for JavaScript/TypeScript, Python, and Go using grep-based searches to identify undocumented functions, methods, classes, and modules, making it suitable for audits across these tech stacks.

How do I get actionable reports from a documentation analysis?

This Skill outputs structured analysis results including coverage metrics, quality scores, and documentation gaps with improvement suggestions. Results are formatted for dashboards and RAG pipelines, giving you both human-readable reports and machine-consumable data for further processing.

What's the best way to identify undocumented functions and classes in a large codebase?

Run a docs health check with this Skill to scan your entire codebase systematically. It detects undocumented items at multiple levels—function/method, class/module, and file—using language-specific patterns, then surfaces gaps with coverage and quality metrics in a single generated report.