git-workflow-strategy by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill git-workflow-strategy通过结构化的分支策略和合并模式,建立高效的 Git 工作流,以支持团队协作、代码质量和部署就绪状态。
最小工作示例:
# 初始化 GitFlow
git flow init -d
# 开始一个功能分支
git flow feature start new-feature
# 在功能分支上工作
git add .
git commit -m "feat: implement new feature"
git flow feature finish new-feature
# 开始一个发布分支
git flow release start 1.0.0
# 更新版本号、变更日志
git add .
git commit -m "chore: bump version to 1.0.0"
git flow release finish 1.0.0
# 创建热修复分支
git flow hotfix start 1.0.1
# 修复关键 bug
git add .
git commit -m "fix: critical bug in production"
git flow hotfix finish 1.0.1
references/ 目录下的详细实现:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 指南 | 内容 |
|---|
| GitFlow 工作流设置 | GitFlow 工作流设置、GitHub Flow 工作流、主干开发、工作流的 Git 配置 (+1 更多) |
| 合并策略脚本 | 合并策略脚本 |
| 包含代码审查的协作工作流 | 包含代码审查的协作工作流 |
每周安装数
119
代码仓库
GitHub 星标数
121
首次出现
2026年1月21日
安全审计
安装于
opencode101
gemini-cli98
codex97
cursor92
claude-code92
github-copilot83
Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns.
Minimal working example:
# Initialize GitFlow
git flow init -d
# Start a feature
git flow feature start new-feature
# Work on feature
git add .
git commit -m "feat: implement new feature"
git flow feature finish new-feature
# Start a release
git flow release start 1.0.0
# Update version numbers, changelog
git add .
git commit -m "chore: bump version to 1.0.0"
git flow release finish 1.0.0
# Create hotfix
git flow hotfix start 1.0.1
# Fix critical bug
git add .
git commit -m "fix: critical bug in production"
git flow hotfix finish 1.0.1
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| GitFlow Workflow Setup | GitFlow Workflow Setup, GitHub Flow Workflow, Trunk-Based Development, Git Configuration for Workflows (+1 more) |
| Merge Strategy Script | Merge Strategy Script |
| Collaborative Workflow with Code Review | Collaborative Workflow with Code Review |
Weekly Installs
119
Repository
GitHub Stars
121
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode101
gemini-cli98
codex97
cursor92
claude-code92
github-copilot83
Azure 升级评估与自动化工具 - 轻松迁移 Functions 计划、托管层级和 SKU
104,900 周安装
AWS Aurora 数据库连接最佳实践:RDS Proxy 与 Data API 无服务器架构指南
105 周安装
国际化i18n最佳实践:React i18next多语言支持、日期格式化和RTL语言处理
70 周安装
OpenAPI 专家指南:RESTful API 规范、文档与代码生成全解析
110 周安装
用户引导与激活优化指南:提升首次用户体验、缩短价值实现时间
106 周安装
AI音乐生成器 - 使用ElevenLabs API生成自定义音乐,支持器乐人声和详细作曲控制
108 周安装
RSS 代理发现工具 - AI 代理专用 RSS 源 JSON 输出
106 周安装