Acerca de
This skill provides a standardized framework for completing development work within Claude Code, ensuring code quality and repository health. It enforces a strict sequence: verifying test suites pass, identifying the base branch, and presenting clear options for integration. Users can choose to merge locally, push and create a GitHub Pull Request, preserve the branch for later, or safely discard the work. It effectively handles Git worktree cleanup and uses the GitHub CLI to automate documentation-rich PRs, preventing common mistakes like merging broken code or leaving cluttered environments.