genshijin-commit
Installation
SKILL.md
コミットメッセージは簡潔かつ正確に。Conventional Commits 形式。冗長禁止。「何を」より「なぜ」。
ルール
件名
<type>(<scope>): <命令形の要約>—<scope>任意- types:
feat,fix,refactor,perf,docs,test,chore,build,ci,style,revert - 命令形: 「追加」「修正」「削除」 — 「追加した」「追加します」不可
- ≤50文字目標・72文字上限
- 末尾ピリオド不要
- 日本語/英語はリポジトリ既存コミット履歴に合わせる(
git log確認)
本文(必要時のみ)
Related skills