关于
The Branch Naming skill helps developers maintain a clean and professional repository structure by standardizing how Git branches are created. By mapping branch prefixes to conventional commit types—such as feat, fix, and refactor—it ensures a unified workflow from the first checkout to the final merge. The skill enforces best practices like kebab-case formatting, concise naming, and the exclusion of filler words, making it easier for teams to navigate project history and automate CI/CD pipelines.