·manage-git-branches
</>

manage-git-branches

创建、跟踪、切换、同步和清理 Git 分支。涵盖命名约定、带有存储的安全分支切换、上游同步和修剪合并分支。在开始处理新功能或错误修复、在不同分支上的任务之间切换、使功能分支与主分支保持最新或在合并拉取请求后清理分支时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill manage-git-branches

如何安装 manage-git-branches

通过命令行快速安装 manage-git-branches AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-git-branches
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Create, switch, sync, and clean up branches following consistent naming conventions.

| feature/ | New functionality | feature/add-weighted-mean | | fix/ | Bug fix | fix/null-pointer-in-parser | | docs/ | Documentation | docs/update-api-reference | | refactor/ | Code restructuring | refactor/extract-validation | | chore/ | Maintenance | chore/update-dependencies | | test/ | Test additions | test/add-edge-case-coverage |

Expected: New branch created and checked out. git branch shows the new branch with an asterisk.

创建、跟踪、切换、同步和清理 Git 分支。涵盖命名约定、带有存储的安全分支切换、上游同步和修剪合并分支。在开始处理新功能或错误修复、在不同分支上的任务之间切换、使功能分支与主分支保持最新或在合并拉取请求后清理分支时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill manage-git-branches
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 manage-git-branches?

创建、跟踪、切换、同步和清理 Git 分支。涵盖命名约定、带有存储的安全分支切换、上游同步和修剪合并分支。在开始处理新功能或错误修复、在不同分支上的任务之间切换、使功能分支与主分支保持最新或在合并拉取请求后清理分支时使用。 来源:pjt222/development-guides。

如何安装 manage-git-branches?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-git-branches 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides