Automates the creation of standardized git branches following the Conventional Branch naming convention.
This skill streamlines the development workflow by ensuring all team members adhere to a consistent git branch naming structure. It automates the multi-step process of switching to the development branch, pulling the latest updates, and creating a new branch formatted with the appropriate type (e.g., feature, bugfix), ticket number, and kebab-case description. By enforcing these standards through Claude, teams can maintain a cleaner, more searchable repository history and reduce manual naming errors.
주요 기능
011 GitHub stars
02Validates formatting to ensure descriptions use proper kebab-case
03Supports multiple branch types including feature, bugfix, hotfix, refactor, and chore
04Prompts for missing information like ticket numbers and descriptions