Documentation
README
Display open Issues with priority ranking
Displays a prioritized list of open issues in the current repository.
Usage
# Request from Claude
"Show a prioritized list of open issues"
Basic Examples
# Get repository information
gh repo view --json nameWithOwner | jq -r '.nameWithOwner'
# Get open issue information and request from Claude
gh issue list --state open --json number,title,author,createdAt,updatedAt,labels,assignees,comments --limit 30
"Organize the above issues by priority, including a 2-line summary for each issue. Generate URLs using the repository name obtained above"
Display Format
This is the opening of the README. Read the full README on GitHub.