·git-workflow
>_

git-workflow

samhvw8/dot-claude

使用原子提交原则的 Git 工作流程管理。功能:提交组织、分支策略、合并/变基工作流程、PR 管理、历史清理、分阶段变更分析、单一职责提交。操作:提交、推送、拉取、合并、变基、分支、阶段、存储 git 操作。关键词:git commit、git push、git pull、git merge、git rebase、gitbranch、git stash、原子提交、提交消息、常规提交、分支策略、GitFlow、基于主干、PR、pull request、代码审查、git 历史记录、cherry-pick、squash、amend、交互式 rebase、分阶段更改。使用场合:组织提交、创建分支、合并代码、变基、编写提交消息、管理 PR、清理 git 历史记录、分析分阶段更改。

11安装·0热度·@samhvw8

安装

$npx skills add https://github.com/samhvw8/dot-claude --skill git-workflow

SKILL.md

Comprehensive guide for git operations with emphasis on clean history, atomic commits, and professional workflows. Automatically analyzes staged changes and enforces single-responsibility principle.

CRITICAL: Before committing, analyze staged changes and divide into atomic commits.

Result: Clean, focused commits that are independently reviewable and revertable.

使用原子提交原则的 Git 工作流程管理。功能:提交组织、分支策略、合并/变基工作流程、PR 管理、历史清理、分阶段变更分析、单一职责提交。操作:提交、推送、拉取、合并、变基、分支、阶段、存储 git 操作。关键词:git commit、git push、git pull、git merge、git rebase、gitbranch、git stash、原子提交、提交消息、常规提交、分支策略、GitFlow、基于主干、PR、pull request、代码审查、git 历史记录、cherry-pick、squash、amend、交互式 rebase、分阶段更改。使用场合:组织提交、创建分支、合并代码、变基、编写提交消息、管理 PR、清理 git 历史记录、分析分阶段更改。 来源:samhvw8/dot-claude。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/samhvw8/dot-claude --skill git-workflow
分类
>_效率工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 git-workflow?

使用原子提交原则的 Git 工作流程管理。功能:提交组织、分支策略、合并/变基工作流程、PR 管理、历史清理、分阶段变更分析、单一职责提交。操作:提交、推送、拉取、合并、变基、分支、阶段、存储 git 操作。关键词:git commit、git push、git pull、git merge、git rebase、gitbranch、git stash、原子提交、提交消息、常规提交、分支策略、GitFlow、基于主干、PR、pull request、代码审查、git 历史记录、cherry-pick、squash、amend、交互式 rebase、分阶段更改。使用场合:组织提交、创建分支、合并代码、变基、编写提交消息、管理 PR、清理 git 历史记录、分析分阶段更改。 来源:samhvw8/dot-claude。

如何安装 git-workflow?

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

这个 Skill 的源码在哪?

https://github.com/samhvw8/dot-claude