What problem does it solve? Teams often struggle with inconsistent commit messages, chaotic branch management, and painful merge conflicts. This Skill enforces standardized Git practices so collaboration stays traceable, reviews stay structured, and releases follow a repeatable process. ## Core Features & Use Cases - Conventional Commits enforcement: Standardized commit message format with types like feat, fix, docs, and refactor, plus scope, body, and footer rules. - Branching strategy guidance: Defines master/develop/feature/bugfix/hotfix/release branch lifecycles, naming conventions, and protection rules. - Workflow playbooks: Step-by-step command sequences for daily development, hotfix, and release workflows, plus merge vs rebase guidance and conflict resolution procedures. - Use Case: When a developer asks how to ship an urgent production fix, the Skill walks through creating a hotfix branch from master, merging with --no-ff, tagging a semantic version, and syncing back to develop. ## Quick Start Ask the assistant to create a Conventional Commits message and the correct branch workflow for your current change.