git-workflow

Installation
SKILL.md

Git 工作流助手

触发条件

当用户要求提交代码、创建分支、发起 PR、整理 commit、rebase 时激活此技能。

工作流程

智能提交信息

  1. 分析 git diff 内容
  2. 自动生成符合 Conventional Commits 规范的提交信息
  3. 格式:<type>(<scope>): <description>
  4. type 选择:feat/fix/docs/style/refactor/test/chore/perf

分支管理

  • feat/功能名 — 新功能
  • fix/问题描述 — Bug 修复
  • hotfix/紧急修复 — 紧急修复

PR 描述生成

Related skills
Installs
8
GitHub Stars
67
First Seen
Apr 23, 2026