关于
The finishing-a-development-branch skill provides a structured, safe framework for concluding coding tasks in Claude Code. It enforces a strict 'test-first' policy, requiring all tests to pass before offering four clear integration paths: local merging, Pull Request creation via GitHub CLI, preservation, or secure discard. By automating base branch detection and git worktree cleanup, this skill ensures a clean development environment and prevents the accidental integration of broken code into primary branches.