What problem does it solve? Documentation often contains commands, code snippets, generated references, and links that silently drift out of sync with the actual product. This Skill produces executable QA evidence by actually running those documented examples instead of trusting them on inspection alone. ## Core Features & Use Cases - Executable Docs Verification: Runs documentation examples, doctests, command snippets, link checks, generated-reference drift checks, and code-vs-doc assertions in isolated temp environments. - Honest Evidence Reporting: Separates tests_referenced (inspected only) from tests_executed (actually run with observed results), reporting exact commands, outputs, skipped checks, and residual risk. - Use Case: After updating a README quick-start section, use this Skill to execute every documented command in a temp directory, confirm outputs match the docs, and emit a qa-result evidence record flagging any stale flags or broken links. ## Quick Start Run the test-docs skill against the changed documentation in this branch and report which documented commands actually pass when executed.