关于
The finishing-a-development-branch skill provides a standardized framework for concluding development tasks within Claude Code. It ensures high code quality by mandating successful test runs before presenting four clear paths: merging locally, creating a GitHub Pull Request, preserving the branch, or securely discarding the work. By automating the technical steps of git management—including base branch detection, worktree cleanup, and PR template generation—it reduces manual overhead and prevents common mistakes like merging broken code or leaving behind cluttered environments.