From 6c5fec51966af791f2f2536c00ebcca6b61c1624 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Tue, 19 May 2026 16:52:45 +0900 Subject: [PATCH] =?UTF-8?q?docs(git-commit):=20=E3=82=B9=E3=82=AD=E3=83=AB?= =?UTF-8?q?=E3=81=8C=E8=87=AA=E5=8B=95=E7=99=BA=E7=81=AB=E3=81=97=E3=82=84?= =?UTF-8?q?=E3=81=99=E3=81=84=E3=82=88=E3=81=86=20description=20=E3=82=92?= =?UTF-8?q?=E5=BC=B7=E5=8C=96=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit エージェントの内蔵 commit 手順が優先され git-commit スキルが自動起動しない ケースがあったため、発火フレーズ・タイミング・優先度・参照タイミングを明示し、 特定エージェント名に依存しない汎用表現で description を書き直す。 Co-Authored-By: Claude Opus 4.7 --- config/agents/skills/git-commit/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/agents/skills/git-commit/SKILL.md b/config/agents/skills/git-commit/SKILL.md index 7e56f11..acfd9c3 100644 --- a/config/agents/skills/git-commit/SKILL.md +++ b/config/agents/skills/git-commit/SKILL.md @@ -1,6 +1,6 @@ --- name: git-commit -description: AI Agent が git commit を行うためのスキル +description: git commit を作成するときに必ず使用するスキル。ユーザーが「コミットして」「commit して」「変更を記録して」と言ったとき、または変更がまとまり commit すべきタイミングになったときに発火する。コンベンショナルコミット、日本語メッセージ、`--no-gpg-sign`、ブランチ確認、Co-author 付与などプロジェクト固有の必須ルールを含むため、エージェントが内蔵で持つ汎用的な commit 手順より**常にこのスキルを優先**すること。`git commit` を直接呼ぶ前に必ず参照する。 --- # git commit スキル