What problem does it solve?
This Skill automates the creation of new Git branches, ensuring they adhere to your project's specific naming conventions and branching strategy. It eliminates manual errors and saves time, letting you focus on development.
Core Features & Use Cases
- Automated Branch Naming: Guides the creation of branches (
feature/, bugfix/, hotfix/, etc.) following kebab-case and project-defined prefixes.
- Smart Base Branch Selection: Automatically determines the correct base branch (
main or staging) based on your project's configuration and the type of branch being created.
- Use Case: Before starting a new feature, simply ask the AI to "create a branch for adding user profiles," and it will handle the naming, base branch selection, and creation according to your project's rules.
Quick Start
Create a new branch for a bugfix related to the login error.