Git Workflow Advanced git workflow automation for branch management and PR lifecycle. When to use When managing complex git operations — multi-branch workflows, release branching, conflict resolution, or PR coordination. Steps 1. Analyze repo — call for repository health metrics 2. Check diff risk — call before merging 3. Manage PRs — call for PR lifecycle operations 4. View metrics — call for merge frequency, review times, etc. Common workflows Feature branch Release branch CLI alternative ---