What problem does it solve?
Project documentation often falls out of sync with codebase changes, leading to missing, outdated, or incorrect information that confuses users and increases support burden for engineering teams.
Core Features & Use Cases
- Doc Coverage Auditing: Compares master branch (or current branch diff) implementation against existing docs in docs/, top-level README.md, and per-package READMEs to identify gaps.
- Inaccuracy Detection: Flags outdated default values, removed features, renamed configuration options, and missing documentation for new commands or client behaviors.
- Use Case: For the node-redis repository, this skill can catch that a new Redis cluster connection string option added in the client code is missing from the clustering documentation, or that a command's documented default timeout does not match the implementation.
Quick Start
Ask the docs-sync skill to audit the current branch's documentation against the master branch code and generate a report of all missing, outdated, or incorrect content.