docs-verify

Validate 3-Tier documentation compliance for line limits, cross-references, and file counts.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill docs-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-verify
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/docs-verify
Command: npx skills add https://github.com/changoo89/claude-pilot --skill docs-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures 3-Tier documentation remains consistent by validating line counts, references, and the presence of required files across CLAUDE.md and docs/*.

Core Features & Use Cases

  • Tiered verification across tiers: enforces Tier 1 structure, cross-reference integrity, and Tier 2/3 CONTEXT coherence.
  • Change-aware checks: only validates changed files for faster feedback during reviews.
  • Use Case: Before committing docs, run this skill to detect broken links and mismatched file counts.

Quick Start

Run the verification in your project to validate 3-Tier documentation alignment against the defined rules.

Frequently Asked Questions about docs-verify

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

FAQPage Schema
How do I verify documentation cross-references before committing changes?

To verify documentation cross-references before committing, you can run automated validation that detects broken links and mismatched file counts across tiered docs, providing actionable remediation guidance to fix consistency issues.

What is 3-tier documentation compliance and how does it work?

3-tier documentation compliance validates structural integrity by enforcing line limits, cross-reference accuracy, and required file counts across Tier 1 assets like CLAUDE.md and Tier 2/3 CONTEXT files to ensure documentation coherence.

Can I validate only changed documentation files during code review?

Yes, you can validate only changed documentation files during reviews. Change-aware checks restrict verification to modified files, which provides faster feedback by skipping unchanged tiers and focusing on active edits.

What's the best way to enforce line limits in CLAUDE.md and docs files?

The best way to enforce line limits in CLAUDE.md and docs files is using automated verification that checks line counts against defined rules, generating a report with actionable remediation guidance when limits are exceeded.

Do I need specific dependencies to run tiered documentation quality assurance?

No specific dependencies are required to run tiered documentation quality assurance. The verification operates directly on your project files, checking CLAUDE.md and docs/ai-context structures without external tool installations.