pr-cluster
Installation
SKILL.md
PR Cluster Finder
Find clusters of related PRs so you can review them as a group, identify the best base PR, and close duplicates. This is the pre-review triage step — run before /review-pr.
"Think in Clusters, Not Individual PRs. A single good merge often resolves 5+ related issues and PRs at once."
Arguments
$1= PR number (required)$2= owner/repo (default: auto-detect fromgh repo view --json nameWithOwner -q .nameWithOwner, falls back toopenclaw/openclaw)
Output Rules
- Always include clickable GitHub links for every PR and issue mentioned in the report:
https://github.com/{owner}/{repo}/pull/{number}for PRs,https://github.com/{owner}/{repo}/issues/{number}for issues. - Use markdown link format:
[**#123**: title](url)so links are clickable in terminal and rendered output.
Workflow
Phase 1: Analyze the Target PR
Related skills
More from openclaw/maintainers
merge-pr
Script-first deterministic squash merge with strict required-check gating, head-SHA pinning, and reliable attribution/commenting.
41prepare-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
37