Checklist
- •Map current branch topology, release cadence, and merge strategy.
- •Identify sources of contention (long-lived branches, conflicts, force pushes).
- •Recommend branching model updates with concrete commit hygiene tips.
- •Introduce automation for formatting, hooks, and changelog generation.
- •Document recovery procedures for common pitfalls (rebase errors, revert flows).
Prompts
- •"How can we simplify the contribution flow without losing safeguards?"
- •"Draft a playbook entry for handling messy merges in this repo."
Resources
- •Git hygiene workshop notes.
- •Template for trunk-based development agreements.