What problem does it solve?
This Skill eliminates the manual overhead and potential inconsistencies of creating new git feature branches. It ensures your working tree is clean, your base branch is synchronized, and your new branch follows conventional naming, letting you jump straight into development.
Core Features & Use Cases
- Structured Branch Creation: Follows a guided workflow to create new feature branches from a clean, synchronized mainline.
- Conventional Naming: Automatically generates or validates branch names based on conventional standards.
- Stashing Support: Handles uncommitted changes by offering to stash them, ensuring a clean state before branch creation.
- Use Case: When you're ready to start a new task, simply ask to "create a branch for adding user authentication," and this Skill will set up your environment perfectly, based on the latest code.
Quick Start
Create a new feature branch for 'implementing the new search algorithm'.