·git-flow
</>

git-flow

poletron/custom-rules

Standard Git Flow branching model and lifecycle management strategy. Trigger: "create release", "hotfix", "branching strategy", "git flow".

3Installs·0Trend·@poletron

Installation

$npx skills add https://github.com/poletron/custom-rules --skill git-flow

SKILL.md

| Branch | Source | Merge Into | Lifespan | Purpose |

| main | - | - | Infinite | Production-ready code. Stable. | | develop | main | main | Infinite | Integration branch for next release. | | feature/ | develop | develop | Short | New features (e.g., feature/login-page). | | release/ | develop | develop, main| Medium | Release prep (e.g., release/v1.0.0). |

| hotfix/ | main | develop, main| Very Short| Production critical fixes (e.g., hotfix/crash). |

Standard Git Flow branching model and lifecycle management strategy. Trigger: "create release", "hotfix", "branching strategy", "git flow". Source: poletron/custom-rules.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/poletron/custom-rules --skill git-flow
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git-flow?

Standard Git Flow branching model and lifecycle management strategy. Trigger: "create release", "hotfix", "branching strategy", "git flow". Source: poletron/custom-rules.

How do I install git-flow?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/poletron/custom-rules --skill git-flow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/poletron/custom-rules