verify-docs

Verify documentation under docs/ against actual code implementation.

Updated Jun 29, 2025
One-click install
npx skills add https://github.com/masaodev/quick-dash-launcher --skill verify-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-docs
Source: https://github.com/masaodev/quick-dash-launcher/tree/main/.claude/skills/verify-docs
Command: npx skills add https://github.com/masaodev/quick-dash-launcher --skill verify-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically verifies that documentation under docs/ aligns with the actual code implementation, reducing QA time and preventing drift between what is described and what is built.

Core Features & Use Cases

  • Automated doc-code alignment checks: Compare docs sections against code behavior, APIs, and file paths.
  • Progressive verification & resume: If a checklist exists (doc-review-checklist.md), it resumes from the last unfinished file.
  • Incremental reporting: After each file is verified, it updates the checklist and surfaces inconsistencies for quick remediation.

Quick Start

Run the verify-docs skill to start validating docs/ against the codebase. The skill will create or resume a doc-review-checklist and begin with the first unverified document.