validate-docs

Validate documentation completeness and quality by checking required files and links.

8|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill validate-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-docs
Source: https://github.com/infiquetra/infiquetra-claude-plugins/tree/main/plugins/docs-generator/skills/validate-docs
Command: npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill validate-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docs-generator, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining high-quality and complete documentation by automating checks for missing sections, broken links, and overall content integrity.

Core Features & Use Cases

  • Completeness Check: Verifies the presence of essential documentation files like README.md, API specifications, and architecture diagrams.
  • Quality Assurance: Scans for valid links, functional code examples, and up-to-date diagrams.
  • Scoring: Calculates a documentation score based on predefined criteria, providing a clear metric for quality.
  • Use Case: Before releasing a new feature, use this skill to ensure all necessary documentation is present and meets the required quality standards, preventing potential user confusion or support issues.

Quick Start

Use the validate-docs skill to check the documentation for the current project.

Frequently Asked Questions about validate-docs

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

FAQPage Schema
How do I check documentation completeness for required files like README and API specs?

Documentation completeness is verified by checking for the presence of essential files like README.md, API specifications, and architecture diagrams. The validation process scans your project to ensure all required sections are present before release.

How do I generate a documentation score to measure quality against targets?

A documentation score is calculated based on predefined criteria including section presence, code example functionality, and diagram currency. This scoring mechanism provides a clear metric to ensure adherence to your quality targets.

Do I need the python-docs-generator dependency to run documentation validation?

The documentation validation process requires the python-docs-generator dependency to function. You must have this prerequisite installed in your environment before executing completeness and quality checks.

What is the best way to automate documentation validation before a feature release?

Automating documentation validation before release involves running completeness checks for missing sections and broken links. This ensures all necessary documentation is present and meets required quality standards, preventing potential support issues.

Can I validate up-to-date diagrams and functional code examples in my documentation?

Validating up-to-date diagrams and functional code examples is supported by scanning documentation for content currency and functionality. The process assesses these elements against predefined criteria to verify overall content integrity.