What problem does it solve?
This Skill helps teams avoid messy history, unclear collaboration, and inconsistent review practices by standardizing how branching, commits, rebases, and code reviews work.
Core Features & Use Cases
- Branching strategies that match your release cadence: Choose trunk-based development or GitFlow based on team size and deployment model, including guidance for mainline protection and release/hotfix workflows.
- Commit conventions that improve traceability: Apply Conventional Commits for readable intent, better changelogs, and more reliable semantic versioning.
- Empathetic, structured code review patterns: Use a checklist and response styles to improve quality and reduce friction during PRs.
- History hygiene with safe rebasing guidance: Encourage clean histories while warning against rebasing shared branches without coordination.
Quick Start
Use this workflow playbook to align your team on trunk-based development or GitFlow, adopt Conventional Commits for every change, and run PR reviews with the provided checklist.