·git-commit-specification
</>

git-commit-specification

tencentblueking/bk-ci

Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。

38Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill git-commit-specification

SKILL.md

| feat | 新功能 | feat: 添加流水线模板支持 #1234 | | fix | Bug 修复 | fix: 修复构建日志丢失 #5678 | | refactor | 重构 | refactor: 优化查询性能 | | perf | 性能优化 | perf: 减少数据库查询 | | test | 测试 | test: 添加单元测试 | | docs | 文档 | docs: 更新 API 文档 | | chore | 构建/工具 | chore: 更新 Gradle 配置 | | del | 破坏性删除 | del: 移除废弃 API(需特别批准) |

Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。 Source: tencentblueking/bk-ci.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill git-commit-specification Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill git-commit-specification
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is git-commit-specification?

Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。 Source: tencentblueking/bk-ci.

How do I install git-commit-specification?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill git-commit-specification Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/tencentblueking/bk-ci