Clean up merged and stale branches locally and remotely with comprehensive safety checks
# Git Branch Cleanup - Merged and Stale Branch Management Clean up merged and stale branches locally and remotely with comprehensive safety checks. ## Command `/git:branch-cleanup [scope] [base-branch]` ## Arguments - `$1`: scope - `local|remote|both` (default: `local`) - `$2`: base-branch - Branch to check merges against (default: `main` or `master`) ## Description Over time, repositories accumulate branches from completed features, merged pull requests, and abandoned work. Branch cleanup helps maintain repository hygiene by identifying and safely removing branches that are no longe...