About
This skill provides a structured workflow for concluding development on a feature branch, ensuring that no code is integrated without first passing the project's test suite. It guides users through four distinct paths—local merging, creating a GitHub pull request, preserving the branch for later, or discarding the work—while handling technical details like base branch detection and git worktree cleanup to maintain a clean development environment.