·conventional-commits
</>

conventional-commits

按照常规提交 v1.0.0 规范编写、审查和验证提交消息。在以下情况下使用:(1) 为任何更改制作 git 提交消息,(2) 查看或更正现有提交消息,(3) 为更改选择正确的提交类型,(4) 决定如何标记重大更改,(5) 使用正文和页脚编写多行提交,或 (6) 了解提交如何映射到 SemVer 凹凸(补丁/次要/主要)。涵盖所有标准类型:feat、fix、docs、chore、refactor、perf、test、build、ci、style、revert。

16安装·1热度·@jgamaraalv

安装

$npx skills add https://github.com/jgamaraalv/ts-dev-kit --skill conventional-commits

如何安装 conventional-commits

通过命令行快速安装 conventional-commits AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/jgamaraalv/ts-dev-kit --skill conventional-commits
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:jgamaraalv/ts-dev-kit。

SKILL.md

查看原文

| feat | New feature | MINOR | | fix | Bug fix | PATCH | | docs | Documentation only | none | | style | Formatting, whitespace (no logic change) | none | | refactor | Code restructure (not a fix or feature) | none | | perf | Performance improvement | none | | test | Adding or fixing tests | none | | build | Build system, dependencies (npm, gradle…) | none |

| ci | CI configuration (GitHub Actions, CircleCI…) | none | | chore | Maintenance not fitting above types | none | | revert | Reverts a previous commit | none |

Two ways to signal a breaking change (can combine both):

按照常规提交 v1.0.0 规范编写、审查和验证提交消息。在以下情况下使用:(1) 为任何更改制作 git 提交消息,(2) 查看或更正现有提交消息,(3) 为更改选择正确的提交类型,(4) 决定如何标记重大更改,(5) 使用正文和页脚编写多行提交,或 (6) 了解提交如何映射到 SemVer 凹凸(补丁/次要/主要)。涵盖所有标准类型:feat、fix、docs、chore、refactor、perf、test、build、ci、style、revert。 来源:jgamaraalv/ts-dev-kit。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jgamaraalv/ts-dev-kit --skill conventional-commits
分类
</>开发工具
认证
收录时间
2026-02-24
更新时间
2026-03-11

Browse more skills from jgamaraalv/ts-dev-kit

快速解答

什么是 conventional-commits?

按照常规提交 v1.0.0 规范编写、审查和验证提交消息。在以下情况下使用:(1) 为任何更改制作 git 提交消息,(2) 查看或更正现有提交消息,(3) 为更改选择正确的提交类型,(4) 决定如何标记重大更改,(5) 使用正文和页脚编写多行提交,或 (6) 了解提交如何映射到 SemVer 凹凸(补丁/次要/主要)。涵盖所有标准类型:feat、fix、docs、chore、refactor、perf、test、build、ci、style、revert。 来源:jgamaraalv/ts-dev-kit。

如何安装 conventional-commits?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jgamaraalv/ts-dev-kit --skill conventional-commits 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/jgamaraalv/ts-dev-kit