Generate standardized git branch names from issue titles or feature descriptions.
--- name: git-branch-name description: Generate standardized git branch names version: 1.0.0 --- # Git Branch Name Generator Create consistent, readable branch names from issue titles or descriptions. ## Branch Format ``` <type>/<ticket-id>-<short-description> ``` ## Types - **feature/** - New features - **fix/** - Bug fixes - **hotfix/** - Urgent fixes - **refactor/** - Code refactoring - **docs/** - Documentation - **test/** - Testing ## Examples Input: "Add user authentication with OAuth" Output: `feature/add-user-authentication-oauth` Input: "JIRA-123: Fix login button not working" Output: `fix/JIRA-123-login-button-not-working` ## Rules - Lowercase only - Hyphens instead of spaces - Max 50 characters for description - Include ticket ID if available
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install git-branch-name by following these steps.
.cursor/skills/ or .codex/skills/ directory