GI

git-commit-specification

Provides guidance on writing conventional commit messages and managing git submission workflows.

Install

mkdir -p .claude/skills/git-commit-specification && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5919" && unzip -o skill.zip -d .claude/skills/git-commit-specification && rm skill.zip

Installs to .claude/skills/git-commit-specification

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

编写 BK-CI Git 提交信息和整理提交边界时使用,例如选择 commit type、撰写 commit message、判断是否拆分提交和准备 PR 前自检。当用户要提交代码而不是讨论实现细节时优先使用。
105 charsno explicit “when” trigger
Beginner

Key capabilities

  • Guides commit message formatting
  • Assists in categorizing changes as feat, fix, or refactor
  • Supports PR preparation and self-checks

How it works

It provides a framework for expressing intent in commit messages and ensuring logical separation of changes.

Inputs & outputs

You give it
Code changes or commit message draft
You get back
Formatted commit message or PR self-check

When to use git-commit-specification

  • Formatting commit messages correctly
  • Preparing a PR for review
  • Structuring code changes into logical commits

About this skill

Git 提交规范

适用场景

  • 编写 commit message
  • 判断本次改动应归类为 featfixrefactor 等哪一类
  • 整理提交边界,避免一个提交塞入多类无关改动
  • 提交前做最基本的自检

不适用场景

  • 讨论具体业务实现方案
  • 修改 Git 历史或做高风险 Git 操作
  • 只是创建分支,但不涉及提交规范本身

快速指导

  1. 这个 skill 关注的是“提交如何表达改动意图”,不是 Git 命令大全。
  2. commit message 优先表达改动性质和目的,常见类型包括:
    • feat:新增能力
    • fix:修复问题
    • refactor:重构但不改外部行为
    • perf:性能优化
    • test:测试补充或调整
    • docs:文档变更
    • chore:构建、配置、工具链维护
  3. 提交信息格式保持简洁稳定,例如:feat: 添加流水线模板功能 #1234
  4. 一个提交只表达一类主要意图;如果混入多个独立目的,优先拆分提交。
  5. 提交前先做最小自检:改动范围是否聚焦、是否包含敏感信息、是否通过必要验证。
  6. 高风险历史整理操作不应作为默认建议写进主 skill;如确有需要,应按具体场景单独判断。

高信号规则

  • commit message 的核心是让评审者快速理解“这次改动为什么存在”
  • 类型选择要服务于改动意图,不要机械套用
  • 提交边界清楚,比 message 写得花更重要
  • Issue 编号、范围标记等信息应服从团队约定,但不要盖过主语义

关键陷阱

  • 一个提交同时混入功能、重构、修复和格式化
  • message 只写“update”或“fix bug”这类低信息描述
  • 把交互式、破坏性或高风险 Git 操作当成默认规范

延伸阅读

  • 如需准备 PR,可在当前改动基础上补充评审上下文和验证结果
  • 如需处理高风险 Git 历史整理,按具体仓库流程单独判断,不在本 skill 中默认展开

When not to use it

  • When discussing specific business implementation schemes
  • When performing high-risk Git history modifications

Limitations

  • Does not handle high-risk Git history operations
  • Does not replace team-specific conventions

How it compares

It focuses on the intent and quality of commit messages rather than providing a general Git command reference.

Compared to similar skills

git-commit-specification side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
git-commit-specification (this skill)13moNo flagsBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
git-commits214moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

More by TencentBlueKing

View all by TencentBlueKing

project-module-architecture

TencentBlueKing

Project 项目管理模块架构指南,涵盖项目 CRUD、成员管理、项目配置、标签管理、项目迁移。当用户开发项目管理功能、处理项目成员、配置项目属性或实现项目相关逻辑时使用。

612

artifactory-module-architecture

TencentBlueKing

Artifactory 制品库模块架构指南,涵盖制品上传下载、存储后端适配、制品元数据、清理策略、权限控制。当用户开发制品库功能、处理制品存储、配置清理策略或实现制品管理时使用。

419

microservice-infrastructure

TencentBlueKing

微服务基础设施指南,涵盖条件配置、事件驱动架构、服务间通信、国际化与日志等微服务架构的核心基础设施。当用户实现服务间调用、配置多环境、实现异步通信、处理国际化或规范日志输出时使用。

411

frontend-vue-development

TencentBlueKing

前端 Vue 开发规范,涵盖 Vue 2/3 组件开发、Vuex 状态管理、路由配置、组件通信、样式规范、国际化。当用户进行前端开发、编写 Vue 组件、处理状态管理或实现页面交互时使用。

38

unit-testing

TencentBlueKing

单元测试编写指南,涵盖 JUnit5/MockK 使用、测试命名规范、Mock 技巧、测试覆盖率要求、TDD 实践。当用户编写单元测试、Mock 依赖、提高测试覆盖率或进行测试驱动开发时使用。

319

worker-module-architecture

TencentBlueKing

Worker 构建执行器模块架构指南,涵盖插件执行引擎、任务分发、日志上报、制品上传、Worker 生命周期。当用户开发 Worker 功能、实现插件执行、处理任务分发或优化执行器性能时使用。

37

Search skills

Search the agent skills registry