소개
The Finishing a Development Branch skill provides a structured framework for completing coding tasks within Claude Code. It ensures code quality by mandating successful test runs before offering four distinct integration paths: local merging, creating a GitHub Pull Request, preserving the branch for later, or discarding experimental work. By automating the cleanup of Git worktrees and providing standardized PR templates, it eliminates manual overhead and prevents common mistakes like merging broken code or leaving behind stale development artifacts.