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.