Loading...
Loading...
Generates properly formatted Git branch names following project conventions. Use this skill whenever the user wants to name a branch, create a branch, or asks things like "what should I call this branch?", "what branch name should I use?", "help me with the branch name", or describes a feature/fix and needs a branch name. Always use this skill when the user needs a git branch name, even if they don't explicitly say "branch".
npx skill4agent add somnio-software/somnio-ai-tools git-branch-format{type}/{TICKET_NUMBER}_{short_description}TICKET_NUMBERPROJ-548short_descriptionsnake_casefeat/TICKET-548_flutter_upgrade{type}/{short_description}short_descriptionsnake_casefeat/flutter_upgradeNO-TICKET| Type | When to use |
|---|---|
| New functionality |
| Bug fix |
| Code change with no behavior change |
| Config, deps, tooling, maintenance |
| Adding or updating tests |
| Documentation only |
| Formatting, whitespace |
| Performance improvement |
| CI/CD changes |
| Build system changes |
| Reverting a previous commit |
typefeat/PROJ-312_dark_mode_supportfix/payment_screen_crashfeat/PROJ-548_flutter_upgrade