What problem does it solve? Teams struggle with inconsistent commit messages, unclear branching strategies, painful merge conflicts, and unstructured code reviews that let bugs slip through. This Skill provides decision frameworks, checklists, and command references to standardize git workflows and PR review processes. ## Core Features & Use Cases - Branching Strategy Selection: A decision tree comparing trunk-based development, GitHub Flow, Git Flow, and forking workflows based on team size and release cadence. - Conventional Commits & PR Templates: Ready-to-use commit message formats, PR templates, and reviewer/author checklists covering security, performance, and testing. - Git Command Reference: Practical commands for rebase, cherry-pick, bisect, stash, and merge conflict resolution, plus monorepo patterns with Turborepo and Nx. - Use Case: A team lead setting up a new repository can use this Skill to choose GitHub Flow, enforce conventional commits with commitlint and Husky hooks, and roll out a PR review checklist. ## Quick Start Ask the assistant to recommend a branching strategy and PR review checklist for a five-person team deploying continuously.