Merge PR
Takes a ready PR and lands it: verify → sync → confirm → squash merge → cleanup.
Announce at start: "I'm using the merge-pr skill to merge this PR."
Step 1: Identify the PR
Check for an open PR on the current branch, or use a user-specified PR number:
# Current branch
gh pr view --json number,title,url,state,baseRefName,headRefName 2>/dev/null
# Or if user specified #N:
gh pr view <N> --json number,title,url,state,baseRefName,headRefName
No PR found:
[Description truncada. Veja o README completo no GitHub.]