什么是 commit-messages?
当编写 git/常规提交时;不适用于公关文本;返回具有正确类型/范围的简洁、为什么优先的提交行。 来源:mintuz/claude-plugins。
当编写 git/常规提交时;不适用于公关文本;返回具有正确类型/范围的简洁、为什么优先的提交行。
通过命令行快速安装 commit-messages AI 技能到你的开发环境
来源:mintuz/claude-plugins。
Use this skill to generate clear, conventional commit messages that explain the "why" not just the "what". Follow this guide when writing commit messages or helping users structure their commits.
| feat | New feature for the user | feat(auth): add password reset flow | | fix | Bug fix for the user | fix(cart): correct quantity calc | | docs | Documentation only changes | docs: update API examples | | style | Formatting, white-space (not CSS) | style: format with biome |
| refactor | Code change that neither fixes nor adds | refactor: extract validation utils | | perf | Performance improvement | perf: memoize expensive calculation | | test | Adding or updating tests | test: add auth integration tests | | build | Build system or dependencies | build: upgrade to node 22 |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages当编写 git/常规提交时;不适用于公关文本;返回具有正确类型/范围的简洁、为什么优先的提交行。 来源:mintuz/claude-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mintuz/claude-plugins --skill commit-messages 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mintuz/claude-plugins