소개
This skill provides a structured framework for Claude to wrap up coding tasks efficiently and safely. It ensures that no code is integrated or submitted without first passing the project's test suite, then guides the user through four standardized paths: local merging, GitHub PR creation, branch preservation, or permanent discard. By automating the transition from implementation to integration, it minimizes human error, prevents broken builds, and maintains a clean repository environment through automated git worktree management.