概要
The Git Branch Finalizer skill provides a structured, fail-safe workflow for concluding development work on a feature branch. It ensures code quality by enforcing test verification before allowing any integration steps, then presents four clear paths: merging locally, generating a GitHub Pull Request, preserving the branch, or safely discarding work. By automating complex Git sequences and managing worktree cleanup, this skill eliminates manual errors and maintains a pristine repository environment.