pr-list

List GitHub pull requests in a formatted ASCII table.

17.5k|1.6k|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/gastownhall/gastown --skill pr-list-gastownhall
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-list
Source: https://github.com/gastownhall/gastown/tree/main/.claude/skills/pr-list
Command: npx skills add https://github.com/gastownhall/gastown --skill pr-list-gastownhall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List GitHub pull requests in a formatted ASCII table to streamline reviews and sheriff duties.

Core Features & Use Cases

  • Formatted PR table: render gh pr list output as a Unicode ASCII table.
  • Filters: support --state, --author, --label, --limit, --assignee, --draft, and --all-reviews.
  • Actionable views: easily review, monitor, and triage PRs across repos.

Quick Start

Run /pr-list with your chosen options to generate an ASCII PR table for current pull requests.

Frequently Asked Questions about pr-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list GitHub pull requests in a readable table format?▼

You can format GitHub pull requests into a readable ASCII table by running the pr-list command, which queries gh pr list and renders output with Unicode characters for quick situational overviews.

Can I filter pull requests by author, state, or label for review triage?▼

Yes, you can filter pull requests by author, state, or label using --state, --author, --label, --limit, --assignee, and --draft options to streamline PR review triage across repositories.

How does the formatted PR table handle pull requests with changes requested?▼

The PR table filters out CHANGES_REQUESTED review decisions by default unless you specify the --all-reviews flag, ensuring a focused situational overview during triage.

What is the best way to get a quick situational overview of open PRs across repositories?▼

Using a formatted ASCII table to render gh pr list output provides a quick situational overview of open PRs across repositories, with truncation for long titles and author names.

Do I need the GitHub CLI installed to generate an ASCII table of pull requests?▼

Yes, generating an ASCII table of pull requests requires the GitHub CLI, as the tool runs gh pr list with --json to fetch number, author, title, state, isDraft, and reviewDecision data.