document-verification

Validate project documentation against README and paths.md structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ryanallen/product-studio --skill document-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-verification
Source: https://github.com/ryanallen/product-studio/tree/main/.claude/skills/document-verification
Command: npx skills add https://github.com/ryanallen/product-studio --skill document-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your project documentation is complete, consistent, and accurately reflects the project's structure and deliverables, preventing discrepancies between code and documentation.

Core Features & Use Cases

  • Automated Verification: Compares project files against documentation records (README, paths.md) to identify missing or extra files.
  • Content Validation: Checks for issues like heading hierarchy, navigation consistency, and emoji usage within documents.
  • Use Case: After updating your project's codebase, run this Skill to automatically verify that all new or modified files are correctly documented in the README and other project specification files.

Quick Start

Run the document-verification skill to check the consistency of project documentation against the README and paths.md.

Frequently Asked Questions about document-verification

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

FAQPage Schema
How do I verify project documentation consistency against my repository structure?

You can validate project documentation by comparing processed repository files against README and paths.md records, which reports discrepancies and per-file issues to ensure structural alignment.

What is documentation integrity validation and how does it work?

Documentation integrity validation is the process of ensuring project docs accurately reflect deliverables by checking adherence to heading hierarchy, navigation consistency, and emoji standards across all processed files.

How do I check if my README and paths.md files are missing repository files?

You can check for missing files by running an automated verification process that compares your actual repository structure against the file records documented in your README and paths.md to flag discrepancies.

Does documentation verification check heading hierarchy and navigation consistency?

Yes, documentation verification performs content validation that checks for heading hierarchy issues, navigation consistency, and emoji usage standards within your project documents.

When should I run document verification in my project management workflow?

You should run document verification after updating your project's codebase to automatically verify that all new or modified files are correctly documented in the README and other project specification files.

What are the limitations of automated documentation consistency checks?

Automated documentation consistency checks are limited to validating repository structure against README and paths.md records, checking heading hierarchy, navigation, and emoji standards, but cannot verify the semantic accuracy of the written content itself.