What problem does it solve? Keeping user documentation in sync with code changes is tedious and error-prone. This Skill inspects recent commits, diffs, and changesets to identify user-facing changes, then updates the corresponding VitePress documentation pages so docs never drift from actual product behavior. ## Core Features & Use Cases - Change Inspection: Analyzes git commits, diffs, and changeset files to detect changes with user-facing impact, skipping internal refactors, tests, and CI changes. - Changelog Sync: Delegates to the sync-changelog skill to curate CHANGELOG.md entries into docs/release-notes/changelog.md without manual edits. - Style-Consistent Doc Updates: Follows the docs/AGENTS.md style guide for terminology, typography, and writing style across guides, customization, configuration, reference, and release notes sections. - Use Case: After merging a feature branch that adds a new CLI subcommand, run this Skill to update the CLI reference page, sync the changelog, and weave the new capability into existing guide prose. ## Quick Start Update the user documentation to reflect the changes on my current branch compared to main.