关于
This skill provides a structured framework for finalizing development work within a Git environment, ensuring that code is never integrated without passing checks. It automates pre-completion verification by running project-specific test suites, identifies the correct base branch, and presents four clear paths: local merging, creating a Pull Request via GitHub CLI, preserving the branch, or discarding the work. By enforcing test passes before integration and handling automated worktree cleanup, it reduces the risk of merging broken code and maintains a clean, organized local development environment.