How this skill is triggered — by the user, by Claude, or both
Slash command
/doarakko-config:docs-updateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
現在のブランチのコード変更に基づいて、プロジェクトのドキュメントを同期・更新する。
現在のブランチのコード変更に基づいて、プロジェクトのドキュメントを同期・更新する。
git diff と git diff --cached で未コミットの変更を取得git symbolic-ref refs/remotes/origin/HEAD で確認、main または master)git log <メインブランチ>..HEAD --oneline でコミット済みの変更を確認し、git diff <メインブランチ>...HEAD で差分を取得変更内容に応じて、更新が必要なドキュメントを判定する:
Glob で探索し Read で読み込むGlob で docs/ 配下や *.md ファイルを探索Bash で git log を使い、90日以上更新されていないドキュメントを検出npx claudepluginhub doarakko/dotfiles --plugin doarakko-configSyncs project markdown docs after commits and PR creation. Scans .md files, cross-references git diff, auto-updates factual content, checks consistency, updates PR body.
Automates updating README.md, CHANGELOG.md, and docs folders via git diff analysis of changes since last release tag. Use for release prep, PRs, or doc sync.
Checks whether project documentation is up-to-date after code changes by scanning git diffs and reporting stale or missing docs.