What problem does it solve? Teams often struggle with inconsistent commit messages, chaotic branch management, and painful merge conflicts. This Skill provides a complete Git workflow standard so every commit, branch, and release follows a consistent, traceable convention. ## Core Features & Use Cases - Conventional Commits Enforcement: Standardizes commit messages with types like feat, fix, docs, and refactor, including scope, body, and footer rules. - Branching Strategy: Defines master/develop/feature/bugfix/hotfix/release branch lifecycles with naming conventions and protection rules. - Merge & Conflict Guidance: Covers merge vs rebase decisions, --no-ff conventions, squash merges, and step-by-step conflict resolution. - Use Case: When starting a new feature, ask for the correct workflow and receive the exact branch creation, commit, rebase, pull request, and cleanup commands following team standards. ## Quick Start Create a feature branch for user management and commit my changes following Conventional Commits standards.