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.
Authorization and scope
For an audit or proposal-only request, report findings without editing. When the user requests updates or has already approved a plan, complete those local edits and applicable checks without asking again. Ask only about unresolved scope, behavior, release timing, or additional authority. Keep generated translations untouched. Apply the repository's Documentation Release Timing policy before including unreleased behavior in docs/.
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.
- Use a branch diff only for a branch-scoped request. A requested topic or released-doc correction remains in scope even when it is unrelated to the current branch diff.
- 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