Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jugrajsingh/skillgarden --plugin gitmasteryHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitmastery:initializingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure git-flow for this repository.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Configure git-flow for this repository.
which git-flow || which git
git flow version 2>/dev/null || echo "git-flow not installed"
git flow init -d # -d uses defaults (main/develop)
git config --get-regexp gitflow
| Type | Prefix |
|---|---|
| Production | main |
| Development | develop |
| Feature | feature/ |
| Release | release/ |
| Hotfix | hotfix/ |
macOS: brew install git-flow
Fedora: sudo dnf install gitflow
Ubuntu: sudo apt install git-flow
For git-flow-next (Go version): https://git-flow.sh/