Acerca de
The Finishing a Development Branch skill provides a structured framework for Claude to conclude coding tasks safely and efficiently. It enforces a strict 'test-first' policy, ensuring that code is only integrated if it passes project test suites. Once verified, it offers a consistent set of paths: local merging to a base branch, automated GitHub Pull Request creation, preservation for later use, or safe deletion. This skill is particularly valuable for developers using Git worktrees, as it automates the cleanup process, preventing environment clutter while safeguarding against accidental data loss through explicit confirmation steps.