git-workflow
Installation
SKILL.md
Git 工作流助手
触发条件
当用户要求提交代码、创建分支、发起 PR、整理 commit、rebase 时激活此技能。
工作流程
智能提交信息
- 分析
git diff内容 - 自动生成符合 Conventional Commits 规范的提交信息
- 格式:
<type>(<scope>): <description> - type 选择:feat/fix/docs/style/refactor/test/chore/perf
分支管理
feat/功能名— 新功能fix/问题描述— Bug 修复hotfix/紧急修复— 紧急修复
PR 描述生成
Related skills