什么是 conventional-commits?
编写和审查常规提交提交消息 (v1.0.0) 以支持语义版本控制和自动更改日志。在起草 git 提交消息、PR 标题、发行说明时或在强制执行传统提交格式(类型(范围):主题、重大更改、页脚、恢复)时使用。 来源:knoopx/pi。
编写和审查常规提交提交消息 (v1.0.0) 以支持语义版本控制和自动更改日志。在起草 git 提交消息、PR 标题、发行说明时或在强制执行传统提交格式(类型(范围):主题、重大更改、页脚、恢复)时使用。
通过命令行快速安装 conventional-commits AI 技能到你的开发环境
来源:knoopx/pi。
Use the Conventional Commits spec to produce consistent commit messages that are easy to parse for changelogs and semantic versioning.
The spec allows any type, but these are common and widely supported by tooling:
Write the description as a short summary of what the change does.
编写和审查常规提交提交消息 (v1.0.0) 以支持语义版本控制和自动更改日志。在起草 git 提交消息、PR 标题、发行说明时或在强制执行传统提交格式(类型(范围):主题、重大更改、页脚、恢复)时使用。 来源:knoopx/pi。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/knoopx/pi --skill conventional-commits编写和审查常规提交提交消息 (v1.0.0) 以支持语义版本控制和自动更改日志。在起草 git 提交消息、PR 标题、发行说明时或在强制执行传统提交格式(类型(范围):主题、重大更改、页脚、恢复)时使用。 来源:knoopx/pi。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill conventional-commits 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/knoopx/pi