pr-list

List open pull requests with unresolved feedback and requested reviews via gh CLI.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-list-jeremygiberson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-list
Source: https://github.com/jeremygiberson/gh-pr-tasks-plugin/tree/main/skills/pr-list
Command: npx skills add https://github.com/jeremygiberson/gh-pr-tasks-plugin --skill pr-list-jeremygiberson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lists pull requests that need the user's attention in the current repository.

Core Features & Use Cases

  • Identify PRs you authored with unresolved feedback.
  • Identify PRs where you are a requested reviewer.
  • Present results in two tables and offer next actions for your workflow.

Quick Start

Ask to list your open PRs with feedback and PRs awaiting your review in the current repository.

Frequently Asked Questions about pr-list

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

FAQPage Schema
How do I list my open pull requests with unresolved feedback on GitHub?

To list open pull requests with unresolved feedback, the Skill queries the gh CLI to find PRs you authored in the current repository that have unresolved threads, presenting them in a table with follow-up actions.

How can I find GitHub pull requests awaiting my review?

Finding GitHub pull requests awaiting your review is done by querying the gh CLI for open PRs where you are a requested reviewer, then formatting the results into a clear table for action.

Does this PR tracking tool work with any GitHub repository context?

Yes, this PR tracking tool works with any GitHub repository context, using gh CLI calls to surface open PRs requiring your attention regardless of the specific repository.

What is the best way to track unresolved feedback threads on my pull requests?

The best way to track unresolved feedback threads on your pull requests is to filter open PRs via gh CLI for unresolved conversations, formatting the output into tables separating your authored PRs from those awaiting your review.

Do I need the gh CLI installed to track pull requests requiring my attention?

Yes, you need the gh CLI installed because the Skill delivers its pull request tracking data by executing gh CLI calls to fetch and filter open PRs with unresolved threads.