What problem does it solve? Documentation drifts out of sync with code as features ship, leaving users with missing, incorrect, or outdated guides. This Skill systematically compares the main branch implementation against the docs/ directory to find gaps and inaccuracies before they confuse users. ## Core Features & Use Cases - Doc Coverage Audit: Inventories public exports, configuration options, environment variables, and CLI commands, then maps each to existing documentation pages. - Gap and Inaccuracy Detection: Identifies missing features, outdated defaults, renamed settings, and structural issues in the docs information architecture. - Approval-Gated Editing: Produces a structured Docs Sync Report with evidence and proposed edits, then applies English-only changes to docs/** after user approval, leaving translated docs untouched. - Use Case: Before a release, run the audit on your feature branch diff versus main to confirm every new configuration option and behavior change is documented, then apply the approved updates and verify the site builds with make build-docs. ## Quick Start Use the docs-sync skill to audit the current branch against docs/ and propose targeted documentation updates.