概要
This skill provides a structured, fail-safe mechanism for concluding development work on a Git branch within Claude Code. It ensures that no code is integrated without passing tests, presents a consistent set of four completion paths—local merge, pull request creation, preservation, or discarding—and automates the cleanup of Git worktrees to maintain a tidy development environment. By enforcing test verification and explicit confirmation for destructive actions, it minimizes the risk of merging broken code or losing work accidentally.