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 页面并帮你完成安装。
| 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