github:pr-queue

List actionable open pull requests from GitHub repositories using the GitHub CLI and jq.

7|15|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/openshift-eng/edge-tooling --skill github-pr-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github:pr-queue
Source: https://github.com/openshift-eng/edge-tooling/tree/main/plugins/github/skills/pr-queue
Command: npx skills add https://github.com/openshift-eng/edge-tooling --skill github-pr-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, bash.

What problem does it solve?

GitHub repositories often accumulate open pull requests that are drafts, WIP, or explicitly held, making it hard to quickly find what actually needs reviewer attention.

Core Features & Use Cases

  • Actionable PR discovery: Lists open PRs while excluding drafts, WIP, and PRs labeled for hold.
  • Multi-repo support: Accepts one or more owner/repo targets in a single run.
  • Optional full visibility: Uses a flag to include all open PRs (including excluded ones) for auditing or triage planning.

Use case: You’re a maintainer preparing a daily triage and want a concise list of only the PRs that are ready to review across several repositories.

Quick Start

Ask to list actionable PRs by saying: “github:pr-queue openshift-eng/edge-tooling --all”.

Frequently Asked Questions about github:pr-queue

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

FAQPage Schema
How do I filter out draft and WIP pull requests during GitHub triage?

Filtering out draft and WIP pull requests during GitHub triage requires a tool that automatically excludes drafts, WIP title patterns, and held labels. This ensures only actionable PRs surface for review planning.

Can I list actionable pull requests across multiple GitHub repositories at once?

Yes, you can list actionable pull requests across multiple GitHub repositories at once. The tool accepts one or more owner/repo targets in a single run, fetching PR metadata and formatting the results into a unified markdown table.

Do I need GitHub CLI and jq installed to find ready-to-review PRs?

Yes, you need GitHub CLI and jq installed to find ready-to-review PRs. The tool depends on both `gh` and `jq` alongside `bash` to fetch PR metadata and classify exclusions by draft status, title patterns, and label names.

How do I include draft and held PRs in my repository review workflow audit?

To include draft and held PRs in your repository review workflow audit, run the tool with the `--all` flag. This overrides the default exclusions and lists all open PRs, providing full visibility for auditing or triage planning.

What is the best way to surface actionable PRs fast for maintainer review?

The best way to surface actionable PRs fast for maintainer review is using CLI automation that fetches PR metadata via GitHub CLI and jq. It automatically classifies and excludes drafts, WIP titles, and held labels, outputting a concise markdown table.