What problem does it solve? Teams struggle with inconsistent branching strategies, unclear commit messages, merge conflicts, and risky history rewrites, leading to broken builds and lost work. ## 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 Conventions: Provides Conventional Commits formatting, PR templates, and code review checklists for consistent collaboration. - Conflict Resolution & Recovery: Covers merge vs rebase decisions, conflict resolution steps, stash workflows, and safe undo patterns. - Use Case: A team lead setting up a new repository can use this Skill to pick a branching model, configure commit message templates, and document PR standards for all contributors. ## Quick Start Ask the AI to recommend a branching strategy and commit conventions for a five-person team deploying a web app continuously.