Squash-merge a PR and clean up the branch — parallel to OpenClaw's /merge-pr
Scanned 6/11/2026
Install via CLI
openskills install shenxingy/Clade---
name: merge-pr
description: Squash-merge a PR and clean up the branch — parallel to OpenClaw's /merge-pr
when_to_use: "merge PR, squash merge, close PR, merge pull request"
argument-hint: '[PR_NUMBER_OR_URL]'
user_invocable: true
---
# Merge PR Skill
Squash-merges a PR, deletes the remote branch, and cleans up the local branch. Parallel to OpenClaw's `/merge-pr`.
## Usage
```
/merge-pr # Merge the PR for the current branch
/merge-pr 42 # Merge PR #42
/merge-pr https://github.com/owner/repo/pull/42
```
No comments yet. Be the first to comment!