Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Display open PRs with priority ranking. Trigger with "show PRs", "list pull requests", "open PRs?", "PRs waiting for merge?".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -11% | 0% |
Displays a prioritized list of open PRs in the current repository.
bash# Request from Claude "Show a prioritized list of open PRs"
bash# Get repository information gh repo view --json nameWithOwner | jq -r '.nameWithOwner' # Get open PR information and request from Claude gh pr list --state open --draft=false --json number,title,author,createdAt,additions,deletions,reviews --limit 30 "Organize the above PRs by priority, including a 2-line summary for each PR. Generate URLs using the repository name obtained above"
textOpen PRs List (by Priority) ### High Priority #number Title [Draft/DNM] | Author | Time since opened | Approved count | +additions/-deletions ├─ Summary line 1 └─ Summary line 2 https://github.com/owner/repo/pull/number ### Medium Priority (Similar format) ### Low Priority (Similar format)
High Priority
fix: Bug fixesrelease: Release workMedium Priority
feat: New featuresupdate: Feature improvementsLow Priority
test:, build:, perf:gh)Other measured skills in the registry, with their headline benchmark lift.