What problem does it solve? After a pull request is approved, developers still need to merge it, delete the remote branch, and clean up the local worktree by hand. This Skill automates that entire post-approval workflow safely, with strict validation at every step so nothing is merged or deleted by mistake. ## Core Features & Use Cases - Validated PR merging: Resolves the target PR, checks required status checks, review decisions, draft state, and merge state before merging with squash, merge, or rebase via the GitHub CLI. - Remote branch cleanup: Deletes the merged head branch on the remote only after confirming the PR is merged, and verifies deletion with git ls-remote. - Safe worktree removal: Removes the linked git worktree from the primary checkout without force flags, refusing to proceed if the worktree is dirty or the path is not a recognized worktree. - Use Case: A reviewer types "LGTM" on a PR created in a ship worktree; the Skill merges the PR with squash, deletes the remote branch, removes the worktree, and reports exactly what was done. ## Quick Start Say "LGTM, merge this PR" from the pull request's linked worktree to merge it and clean up the branch and worktree.