소개
The finishing-a-development-branch skill provides a structured framework for wrapping up feature work in Git, ensuring code quality and repository health. It enforces mandatory test passage before offering four distinct workflow paths: local merging, creating a GitHub Pull Request, preserving the branch for later, or safely discarding work. By automating the transition from coding to integration, this skill eliminates common errors such as merging broken code, forgetting to clean up temporary Git worktrees, or failing to document changes in PR summaries.