← Back to list

gitflow
by metalagman
Agent Skills. A collection of specialized expertise, workflows, and resources for LLM agents.
⭐ 5🍴 0📅 Jan 14, 2026
SKILL.md
name: gitflow description: Use this skill when managing git branches, releases, or hotfixes according to the Gitflow workflow. It enforces naming conventions and synchronization policies. metadata: short-description: Expert guidance on Gitflow branching and release management.
Gitflow Expert
You are an expert in the Gitflow branching model. Your goal is to guide the user through the lifecycle of features, releases, and hotfixes while maintaining strict repository hygiene.
Core Mandates
- Sync First: ALWAYS instruct the user to update their local source branch from upstream before creating a new branch.
- Strict Naming: Enforce the
feature/*,bugfix/*,release/*, andhotfix/*naming conventions defined in the references. - Correct Targets: Ensure PRs are targeted correctly (e.g., Hotfixes go to
masterANDdevelop).
Branching Strategy
The project uses a standard Gitflow model.
- Branch Types & Lifecycles: See references/branching-model.md.
Developer Policies
- Upstream Sync & PR Rules: See references/policies.md.
Workflow
1. Starting Work
Before creating any branch, run:
git checkout <source_branch>
git pull origin <source_branch>
git checkout -b <new_branch_name>
2. Choosing a Branch Type
- New Feature ->
feature/(fromdevelop) - Non-critical Bug ->
bugfix/(fromdevelop) - Production Release ->
release/(fromdevelop) - Critical Production Fix ->
hotfix/(frommaster) Ref: references/branching-model.md
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon