What problem does it solve? Documentation that disagrees with the source code actively misleads readers. This Skill catches doc-code drift by systematically verifying that every claim, code reference, and example in your docs matches what actually exists in the repository. ## Core Features & Use Cases - Code Reference Verification: Checks that every file path, function name, and CLI command mentioned in docs actually exists in the repo. - Honest Feature Status: Flags docs claiming features that are unimplemented, partially wired, or just stubs, with CRITICAL/WARNING/INFO severity levels. - Runnable Example Validation: Verifies readers can copy-paste examples and get the described result, plus checks that numbers (tool counts, test counts) and links are current. - Use Case: Before a release, run a documentation review over README.md and docs chapters to catch stale install instructions, outdated stats, and broken cross-references before users hit them. ## Quick Start Review the documentation in this repository for accuracy against the source code and report any doc-code drift with severity levels.