2
    Branch Name Generator

    Branch Name Generator

    by JustHandled Labs

    Turn a messy task description into a clean, conventional git branch name: detects the type (feature, fix, refactor), slugifies the summary, pulls in JIRA/GitHub ticket prefixes, then offers to run git checkout -b for you. One naming standard the whole team actually follows, instead of 'quick-fix-1'.

    Updated Jun 2026
    Security scanned

    $5

    · or 25 credits

    30-day refund guarantee

    Secure checkout via Stripe

    Also available in a bundle

    Included in download

    • Standardize branch naming across a distributed engineering team
    • Automatically extract and format JIRA/GitHub tickets into branch names
    • terminal automation included
    • Includes example output and usage patterns
    • Instant install

    Sample input

    Make a branch for PRJ-123 implement user auth provider feature.

    Sample output

    Branch name:

    PRJ-123-feature/user-auth-provider
    

    Create this branch now?

    yes Switched to a new branch 'PRJ-123-feature/user-auth-provider'

    About This Skill

    What it does

    Transform messy task descriptions into standardized, professional Git branch names instantly. This skill automates the logic behind branch naming conventions, handling type detection (feature, fix, refactor, etc.), slugification, and ticket prefixing without manual editing.

    Why use this skill

    Consistency is key to a clean repository, but manual naming leads to "quick-fix-1" or "bug-stuff". This skill ensures every developer on your team follows the same strict format. It replaces the cognitive load of "What should I name this?" with a automated workflow that even offers to execute the git checkout -b command for you.

    Supported workflows

    • Intelligent Detection: Automatically categorizes work into fix, feature, hotfix, docs, refactor, test, or chore.
    • Ticket Integration: Recognizes and formats project keys like JIRA tags or GitHub issue numbers.
    • Clean Slugs: Lowercases, removes noise words, and sanitizes punctuation for terminal-safe names.
    • Atomic Execution: One-click (or one-word) branch creation after name generation.

    The output is a precise shell command ready for execution, ensuring your local environment stays in sync with your task tracking system.

    Use Cases

    • Standardize branch naming across a distributed engineering team
    • Automatically extract and format JIRA/GitHub tickets into branch names
    • Categorize commits into features, fixes, or chores via intelligent detection
    • Reduce context switching by creating branches directly from natural language

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell

    Branch Name Generator needs terminal access only when user confirms "create this branch now." In that case, it runs `git checkout -b {branch-name}`. If the user only wants a suggestion without creating the branch, no terminal access is used. No file, browser, network, or environment access required.

    Works with Claude Code and Codex. Requires git in PATH. Creates branches locally (does not push to remote unless user manually runs `git push -u origin branch-name`).

    Creator

    JustHandled Labs builds focused agent skills for the work nobody wants to do by hand. Each one is a single repeatable job done well: catching the security and data mistakes that quietly ship, keeping docs and tests honest, gating the commands an agent is about to run, sharpening writing, and handling the founder chores around launches, outreach, and brand setup. Not generic AI productivity. Specific workflows that are easy to run, review, and repeat. Maintained by H.J. Westerfield, with a background in communications, editing, project coordination, customer support, and practical AI systems. Tools for people who want useful automation without theatrical complexity.

    Frequently Asked Questions

    More Premium Skills