概要
This skill provides a standardized, safety-first workflow for completing development work within Claude Code. It ensures code quality by enforcing test verification before any integration occurs. Once tests pass, the skill presents a clear decision menu allowing users to merge locally, generate a GitHub Pull Request with a pre-formatted summary, preserve the branch for later, or safely discard the work. It automates complex Git sequences and manages worktree cleanup, preventing common mistakes like merging broken code or leaving behind orphaned development environments.