update-docs
Installation
SKILL.md
update-docs
コード変更に基づいて CLAUDE.md を更新し、_/.last-update-docs に記録します。
_/.last-update-docs ファイル形式
commit_hash=<hash>
commit_subject=<1行目>
commit_date=<ISO 8601>
このファイルは .gitignore で除外されローカル専用。
フロー
Step 1: 前回の更新コミットを確認する
_/.last-update-docs を読み込んで commit_hash を取得。
Related skills