概要
This skill provides a structured framework for closing out feature branches in Claude Code, ensuring that no code is merged or submitted without passing local test suites. It guides users through a consistent decision-making process—offering options for local merging, creating a Pull Request via GitHub CLI, preserving the branch for later, or safely discarding work. By automating the technical overhead of branch management and worktree cleanup, it reduces human error and maintains repository hygiene across complex development cycles.