·git-workflow
>_

git-workflow

当用户要求“创建 git 提交”、“管理分支”、“遵循 git 工作流程”、“使用常规提交”、“处理合并冲突”,或询问 git 分支策略、版本控制最佳实践、拉取请求工作流程时,应使用此技能。为团队协作提供全面的 Git 工作流程指南。

10安装·3热度·@galaxy-dawn

安装

$npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow

如何安装 git-workflow

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

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

来源:galaxy-dawn/claude-scholar。

SKILL.md

查看原文

This document defines the project's Git usage standards, including commit message format, branch management strategy, workflows, merge strategies, and more. Following these standards improves collaboration efficiency, enables traceability, supports automation, and reduces conflicts.

| feat | New feature | feat(user): add user export functionality | | fix | Bug fix | fix(login): fix captcha not refreshing | | docs | Documentation update | docs(api): update API documentation | | refactor | Refactoring | refactor(utils): refactor utility functions | | perf | Performance improvement | perf(list): optimize list performance |

| test | Test related | test(user): add unit tests | | chore | Other changes | chore: update dependency versions |

当用户要求“创建 git 提交”、“管理分支”、“遵循 git 工作流程”、“使用常规提交”、“处理合并冲突”,或询问 git 分支策略、版本控制最佳实践、拉取请求工作流程时,应使用此技能。为团队协作提供全面的 Git 工作流程指南。 来源:galaxy-dawn/claude-scholar。

可引用信息

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

安装命令
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill git-workflow
分类
>_效率工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from galaxy-dawn/claude-scholar

快速解答

什么是 git-workflow?

当用户要求“创建 git 提交”、“管理分支”、“遵循 git 工作流程”、“使用常规提交”、“处理合并冲突”,或询问 git 分支策略、版本控制最佳实践、拉取请求工作流程时,应使用此技能。为团队协作提供全面的 Git 工作流程指南。 来源:galaxy-dawn/claude-scholar。

如何安装 git-workflow?

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

这个 Skill 的源码在哪?

https://github.com/galaxy-dawn/claude-scholar