Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:February 11, 2026 at 11:44
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | docs-update |
| description | コード変更に合わせてドキュメントを更新するときに使用 |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash |
現在のブランチのコード変更に基づいて、プロジェクトのドキュメントを同期・更新する。
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日以上更新されていないドキュメントを検出