What problem does it solve? Teams struggle with inconsistent branching strategies, unclear commit messages, merge conflicts, and disorganized release processes. This Skill provides structured Git workflow guidance covering branching models, commit conventions, PR practices, and conflict resolution. ## Core Features & Use Cases - Branching Strategy Selection: Compares GitHub Flow, Trunk-Based Development, and GitFlow with decision criteria based on team size and release cadence. - Commit & PR Standards: Enforces Conventional Commits format, PR description templates, and code review checklists. - Conflict Resolution & Releases: Provides merge vs rebase guidance, conflict resolution commands, semantic versioning, and changelog generation. - Use Case: A team lead setting up a new repository can use this Skill to choose GitHub Flow, configure commit message templates, define branch naming conventions, and establish PR review checklists for the team. ## Quick Start Help me set up a Git workflow for my team using the git-workflow skill, including a branching strategy and commit message conventions.