Implements automated testing frameworks for technical documentation, including code verification, link checking, and prose style enforcement.
This skill provides Claude with sophisticated patterns for treating documentation as code, applying software testing principles to technical guides and READMEs. It enables Claude to implement a 'Documentation Testing Pyramid' that covers everything from unit-level prose linting with Vale and markdownlint to integration-level link validation and E2E manual reviews. By integrating Python doctests directly into Markdown and setting up automated freshness audits, this skill ensures that code examples never rot and documentation remains a reliable source of truth for users and developers alike.
主要功能
01Vale prose linting for Google and Microsoft style guides
020 GitHub stars
03Stale content and code example freshness detection
04Python doctest integration for verifying Markdown code blocks
05Automated external link validation with smart retry logic