什么是 conventional-commit?
按照规范创建一个或多个常规提交并推送当前分支。当用户要求创建提交、编写常规提交消息、提交和推送更改或在打开拉取请求之前准备提交时使用。 来源:yonderlab/kota.agent.skills。
按照规范创建一个或多个常规提交并推送当前分支。当用户要求创建提交、编写常规提交消息、提交和推送更改或在打开拉取请求之前准备提交时使用。
通过命令行快速安装 conventional-commit AI 技能到你的开发环境
来源:yonderlab/kota.agent.skills。
If on main or master, stop and ask the user to create a feature branch.
Branch names should follow: - - (e.g., ENG-1333-migrate-review-flow). If invalid, ask the user to rename the branch.
| feat | A new feature (correlates with MINOR in SemVer) | | fix | A bug fix (correlates with PATCH in SemVer) | | docs | Documentation only changes | | style | Changes that do not affect meaning (whitespace, formatting) | | refactor | Code change that neither fixes a bug nor adds a feature | | perf | Code change that improves performance |
按照规范创建一个或多个常规提交并推送当前分支。当用户要求创建提交、编写常规提交消息、提交和推送更改或在打开拉取请求之前准备提交时使用。 来源:yonderlab/kota.agent.skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/yonderlab/kota.agent.skills --skill conventional-commit按照规范创建一个或多个常规提交并推送当前分支。当用户要求创建提交、编写常规提交消息、提交和推送更改或在打开拉取请求之前准备提交时使用。 来源:yonderlab/kota.agent.skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonderlab/kota.agent.skills --skill conventional-commit 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yonderlab/kota.agent.skills