소개
This skill provides a structured framework for finalizing development work within Claude Code. It automates the pre-completion checklist by first verifying that all tests pass before presenting the user with four distinct paths: local merging, creating a GitHub Pull Request, keeping the branch for later, or discarding the work entirely. By enforcing test verification and providing consistent cleanup of git worktrees, it prevents broken merges and reduces repository clutter, ensuring a disciplined and error-free transition from development to integration.