github-commit
スター13
フォーク19
更新日2026年1月28日 14:08
Create a well-formatted git commit following best practices
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Create a well-formatted git commit following best practices
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| model | sonnet |
| name | github-commit |
| description | Create a well-formatted git commit following best practices |
When this skill is invoked, create a git commit following these steps:
git diff (or git diff --staged if files are already staged)git addgit commit -S to sign the commitFollow these seven rules for great commit messages:
Additional guidelines:
-S flag to sign commits with GPGBased on: https://chris.beams.io/git-commit