소개
The Documentation Quality Gate (docs-check) acts as an objective verification layer for technical documentation, ensuring that code examples are runnable, links are valid, and API signatures match the actual source implementation. It moves beyond subjective style reviews by cross-referencing documentation against the codebase to prevent 'documentation rot.' This skill is essential for teams maintaining high-quality READMEs, API references, and developer guides, providing a structured report with pass/fail evidence that serves as a final audit before merging pull requests or publishing new releases.