概要
This skill provides a structured framework for finalizing feature branches or bug fixes within a Git workflow. It ensures code quality by requiring successful test execution before offering four standardized completion options: local merging, GitHub Pull Request creation, branch preservation, or safe discarding. By automating the tedious aspects of branch management—including base-branch detection, worktree cleanup, and PR summary generation—it prevents common developer mistakes like merging broken code or leaving cluttered local environments.