pr-list
Installation
SKILL.md
PR List - Formatted Pull Request Table
Display GitHub pull requests in a clean ASCII box-drawing table format.
Usage
/pr-list [options]
Options (passed to gh pr list)
--state open|closed|merged|all- Filter by state (default: open)--author <user>- Filter by author--label <label>- Filter by label (can repeat)--limit <n>- Max items to fetch (default: 30)--assignee <user>- Filter by assignee--draft- Show only drafts--all-reviews- Include PRs with CHANGES_REQUESTED (excluded by default)