git-version

Installation
SKILL.md

Git 版本管理自动化规范

触发条件

  • 需要生成规范的 Commit Message
  • 需要管理语义化版本号
  • 需要创建 Git Tag
  • 需要生成 Changelog
  • 需要生成 Release Notes
  • 需要自动化版本发布流程

Part 1: Commit Message 规范

格式

<type>(<scope>): <subject>
Installs
16
GitHub Stars
39
First Seen
May 1, 2026
git-version — youlaitech/youlai-skills