documentation-validator

Validate project documentation structure, link integrity, and formatting before closure.

4|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/dylpickledev/claude-analytics-framework --skill documentation-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-validator
Source: https://github.com/dylpickledev/claude-analytics-framework/tree/main/.claude/skills/documentation-validator
Command: npx skills add https://github.com/dylpickledev/claude-analytics-framework --skill documentation-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically validates project documentation completeness and quality before project closure.

Core Features & Use Cases

  • Identify required files and sections (README.md, spec.md, context.md, tasks/current-task.md)
  • Validate structure, content consistency, and formatting
  • Generate and store a detailed validation report for the active project at projects/active/{project_name}/validation-report.md

Quick Start

Invoke the documentation-validator on the active project to verify completeness and quality before closing.

Frequently Asked Questions about documentation-validator

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

FAQPage Schema
How do I validate project documentation completeness before closure?

Validating project documentation completeness requires checking for required core files like README.md, spec.md, context.md, and tasks/current-task.md. This skill verifies structure, link integrity, and formatting to ensure overall quality before closure.

What is documentation quality assurance for active projects?

Documentation quality assurance for active projects is the systematic validation of content consistency and structure. It identifies missing sections in required markdown files and verifies link integrity to ensure project records meet compliance standards.

How do I check markdown link integrity and formatting in my project docs?

To check markdown link integrity and formatting, this skill scans the documentation structure under projects/active/{project_name}/. It validates internal links and formatting consistency across core files to ensure everything is compliant.

Can I generate a validation report for archived and active projects?

Yes, you can generate a validation report for active and archived projects. The skill outputs a detailed review file at projects/active/{project_name}/validation-report.md, summarizing completeness and quality issues for reconciliation.

Do I need any external dependencies to run a documentation validation check?

No external dependencies are required to run a documentation validation check. The skill operates independently to analyze markdown files and project structure without needing additional libraries or external tools.