关于
The Git Branch Finisher skill provides a standardized, error-resistant workflow for concluding development tasks. It enforces code quality by requiring a successful test suite run before offering four distinct paths: local merging, creating a GitHub Pull Request, preserving the branch for later, or safely discarding the work. By managing complex Git operations and automatically cleaning up associated worktrees, it ensures a clean repository state and reduces the manual overhead of moving from implementation to integration.