commit
✓创建 git 提交时强制执行常规提交格式。每当您需要创建提交消息时,请使用此技能。在“commit”、“git commit”、“komitto”、“変更をkomitto”上触发。
SKILL.md
Enforces Conventional Commits format for all git commit messages. This skill applies to both AI agents and human users.
| feat | A new feature | | fix | A bug fix | | docs | Documentation only changes | | style | Changes that do not affect the meaning of the code (white-space, formatting, etc.) | | refactor | A code change that neither fixes a bug nor adds a feature | | perf | A code change that improves performance |
| test | Adding missing tests or correcting existing tests | | build | Changes that affect the build system or external dependencies | | ci | Changes to CI configuration files and scripts | | chore | Other changes that don't modify src or test files | | revert | Reverts a previous commit |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/hrdtbs/agent-skills --skill commit- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-12
- 更新时间
- 2026-02-18
快速解答
什么是 commit?
创建 git 提交时强制执行常规提交格式。每当您需要创建提交消息时,请使用此技能。在“commit”、“git commit”、“komitto”、“変更をkomitto”上触发。 来源:hrdtbs/agent-skills。
如何安装 commit?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hrdtbs/agent-skills --skill commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/hrdtbs/agent-skills