What problem does it solve?
This Skill eliminates the common frustration of developers creating inconsistent, non-compliant branch names for the AX-WMS monorepo, which causes messy git history, misplaced pull requests, and confusion over correct base branches for work.
Core Features & Use Cases
- Standardized Naming Rules: Enforces the project's lightweight GitFlow branch strategy with clear type prefixes (feat, fix, chore, etc.) and valid area categories (web, api, ai, infra, docs, agent).
- Base Branch Guidance: Automatically recommends the correct base branch (dev for standard work, master for hotfixes) for every branch type.
- Use Case: If a developer is working on a new login flow feature for the web app, the Skill will recommend the compliant branch name feat/web/login-flow and confirm it should be branched from dev.
Quick Start
Ask the Skill to recommend a compliant branch name for your current task, specifying the type of work you are doing and the app area you are modifying.