About
This skill provides a structured workflow for closing out development tasks, ensuring that no code is merged or submitted without passing local tests first. It intelligently detects base branches and presents four clear paths for integration: local merging with post-merge validation, automated Pull Request creation via GitHub CLI, branch preservation, or secure branch deletion. By handling the repetitive Git commands and worktree cleanup, it maintains repository hygiene and reduces the risk of human error during the critical handoff phase of development.