merge-pr
Installation
SKILL.md
Merge PR
Overview
Merge a prepared PR only after deterministic validation.
Inputs
- Ask for PR number or URL.
- If missing, use
.local/prep.envfrom the PR worktree.
Safety
- Never use
gh pr merge --autoin this flow. - Never run
git pushdirectly. - Require
--match-head-commitduring merge. - Wrapper commands are cwd-agnostic; you can run them from repo root or inside the PR worktree.
Execution Contract
Related skills
More from openclaw/maintainers
prepare-pr
Script-first PR preparation with structured findings resolution, deterministic push safety, and explicit gate execution.
41review-pr
Script-first review-only GitHub pull request analysis. Use for deterministic PR review with structured findings handoff to /prepare-pr.
40mintlify
Build and maintain documentation sites with Mintlify. Use when
37pr-cluster
Find clusters of related PRs given a PR number. Identifies duplicates, similar fixes, and competing approaches across 5K+ open PRs using GitHub Search API. Use when reviewing a PR, triaging, or looking for duplicate/related PRs. Run this before /review-pr to find the full cluster first.
31