Documentation
README
Display open PRs with priority ranking
Displays a prioritized list of open PRs in the current repository.
Usage
# Request from Claude
"Show a prioritized list of open PRs"
Basic Examples
# 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"
Display Format
This is the opening of the README. Read the full README on GitHub.