commit-messages
✓从 git diff 生成清晰、常规的提交消息。在编写提交消息、审查分阶段更改或准备发布时使用。
SKILL.md
Generate consistent, informative commit messages following the Conventional Commits specification.
| feat | New feature | feat(auth): add OAuth2 login | | fix | Bug fix | fix(api): handle null response | | docs | Documentation only | docs(readme): add setup instructions | | style | Formatting, no code change | style: fix indentation | | refactor | Code change, no new feature/fix | refactor(db): extract query builder |
| perf | Performance improvement | perf(search): add result caching | | test | Adding/fixing tests | test(auth): add login unit tests | | build | Build system changes | build: update webpack config | | ci | CI configuration | ci: add GitHub Actions workflow | | chore | Maintenance tasks | chore(deps): update dependencies |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 commit-messages?
从 git diff 生成清晰、常规的提交消息。在编写提交消息、审查分阶段更改或准备发布时使用。 来源:thedecipherist/claude-code-mastery。
如何安装 commit-messages?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/thedecipherist/claude-code-mastery --skill commit-messages 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/thedecipherist/claude-code-mastery