What problem does it solve? Recently shipped features often go undocumented, causing documentation drift. This Skill compares closed GitHub issues against USER_GUIDE.md, README.md, and docs/index.md to find gaps, files new documentation issues, and closes stale ones whose gaps are now covered. ## Core Features & Use Cases - Gap Detection: Scans issues closed in the last 30 days or referenced in commits since a git tag, then compares each feature against the three documentation files. - Issue Management: Files new gap issues labeled documentation and fabrik:yolo, adds them to the Fabrik PM project board with Specify status, and closes existing documentation issues whose gaps are now covered. - Deduplication & Filtering: Excludes documentation-labeled and infrastructure-only issues, and avoids filing duplicates of already-open gap issues. - Use Case: After shipping a release, run the audit with --since v0.0.20 to verify every user-facing change in that release is documented, and automatically file issues for anything missing. ## Quick Start Run the audit-documentation skill to scan issues closed in the last 30 days and file GitHub issues for any undocumented features.