·managing-git-workflows
</>

managing-git-workflows

ancoleman/ai-design-components

管理 Git 分支策略、提交约定和协作工作流程。在基于主干的开发、GitHub Flow 或 GitFlow 之间进行选择、实现自动版本控制的传统提交、为质量门设置 Git 挂钩或组织具有明确所有权的单一存储库时使用。

9安装·0热度·@ancoleman

安装

$npx skills add https://github.com/ancoleman/ai-design-components --skill managing-git-workflows

SKILL.md

Implement structured Git workflows for team collaboration, code quality, and automated releases. This skill covers branching strategies, conventional commit formats, Git hooks, and monorepo management patterns.

Trunk-Based Development Use when the team has strong CI/CD automation, comprehensive test coverage (80%+), and deploys frequently (daily or more). Short-lived branches merge within 1 day. Requires feature flags for incomplete features.

Best for: High-velocity teams with mature DevOps practices (Google, Facebook, Netflix)

管理 Git 分支策略、提交约定和协作工作流程。在基于主干的开发、GitHub Flow 或 GitFlow 之间进行选择、实现自动版本控制的传统提交、为质量门设置 Git 挂钩或组织具有明确所有权的单一存储库时使用。 来源:ancoleman/ai-design-components。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/ancoleman/ai-design-components --skill managing-git-workflows
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 managing-git-workflows?

管理 Git 分支策略、提交约定和协作工作流程。在基于主干的开发、GitHub Flow 或 GitFlow 之间进行选择、实现自动版本控制的传统提交、为质量门设置 Git 挂钩或组织具有明确所有权的单一存储库时使用。 来源:ancoleman/ai-design-components。

如何安装 managing-git-workflows?

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

这个 Skill 的源码在哪?

https://github.com/ancoleman/ai-design-components