What problem does it solve?
This Skill helps identify gaps and inconsistencies between code features and user-facing documentation by auditing the main branch against the existing docs structure, focusing on English docs under docs/src/content/docs and excluding translations.
Core Features & Use Cases
- Doc-coverage audit: detect missing or outdated mentions of options, env vars, and feature behaviors across docs.
- Cross-reference mapping: align code features with the most relevant docs pages and suggest structural improvements.
- Docs Sync reporting: generate a clear report with evidence, suggested edits, and an approval step before making changes.
Quick Start
Run the docs-sync process on your repository to produce a report showing gaps and proposed edits for English docs under docs/src/content/docs. Review the report and approve edits before applying changes.