docs-sync
Installation
SKILL.md
Docs Sync
Overview
Identify doc coverage gaps and inaccuracies by comparing master branch features and configuration options against the current docs, then propose targeted improvements.
Workflow
- Confirm scope and base branch
- Identify the current branch and default branch (
master). - Prefer analyzing the current branch to keep work aligned with in-flight changes.
- If the current branch is not
master, analyze only the diff vsmasterto scope doc updates. - Avoid switching branches if it would disrupt local changes; use
git show master:<path>orgit worktree addwhen needed.
- Identify the current branch and default branch (