docs-sync
Installation
SKILL.md
Docs Sync
Overview
Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements.
Workflow
- Confirm scope and base branch
- Identify the current branch and default branch (usually
main). - Prefer analyzing the current branch to keep work aligned with in-flight changes.
- If the current branch is not
main, analyze only the diff vsmainto scope doc updates. - Avoid switching branches if it would disrupt local changes. Prefer read-only inspection such as
git show main:<path>. If a separate checkout is genuinely required, stop and obtain the explicit approval required byAGENTS.mdbefore creating or switching a worktree.
- Identify the current branch and default branch (usually