概要
The finishing-a-development-branch skill provides a structured framework for concluding development tasks within Claude Code. It enforces code quality by requiring a passing test suite before presenting the user with clear integration paths: local merging, automated GitHub Pull Request creation, branch retention, or secure deletion. By automating the boilerplate git commands and requiring explicit confirmation for destructive actions, it minimizes human error and ensures a clean, consistent repository history.