git-commit
✓编写 Git 提交消息的技能。它遵循传统提交和 Gitmoji 相结合的规则,以保持一致的提交历史记录。
SKILL.md
Utilize this skill when writing Git commit messages to apply Conventional Commits rules and Gitmoji.
Check the staged changes using the git diff --staged command.
| ✨ | :sparkles: | feat | Add a new feature | | 🐛 | :bug: | fix | Fix a bug | | 📝 | :memo: | docs | Add or update documentation | | 🎨 | :art: | style | Code formatting, structural improvement | | ♻️ | :recycle: | refactor | Code refactoring | | ✅ | :whitecheckmark: | test | Add or update test code |
编写 Git 提交消息的技能。它遵循传统提交和 Gitmoji 相结合的规则,以保持一致的提交历史记录。 来源:datamktkorea/agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/datamktkorea/agent-skills --skill git-commit- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 git-commit?
编写 Git 提交消息的技能。它遵循传统提交和 Gitmoji 相结合的规则,以保持一致的提交历史记录。 来源:datamktkorea/agent-skills。
如何安装 git-commit?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/datamktkorea/agent-skills --skill git-commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/datamktkorea/agent-skills