gh-review-requests

Fetch unread GitHub review-requested notifications for open pull requests filtered by team or author.

905|47|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/getsentry/skills --skill gh-review-requests-getsentry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-review-requests
Source: https://github.com/getsentry/skills/tree/main/skills/gh-review-requests
Command: npx skills add https://github.com/getsentry/skills --skill gh-review-requests-getsentry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Fetch unread GitHub review-requested notifications for open pull requests filtered by a specified team or PR author. This helps you quickly identify what needs your team's attention.

Core Features & Use Cases

  • Filter by team to see all PRs awaiting review from that team.
  • Filter by author to see PRs opened by a specific contributor.
  • Present results in a concise, markdown-friendly format.

Quick Start

Run the script with your organization and team to retrieve unread review requests.

Frequently Asked Questions about gh-review-requests

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

FAQPage Schema
How do I fetch unread GitHub review requests for my team's open pull requests?

Fetch unread GitHub review requests by running a Python script filtered by organization and team to identify open pull requests awaiting your team's attention.

How do I fetch unread GitHub review requests for my team's open pull requests?

Fetch unread GitHub review requests by running a Python script filtered by organization and team to identify open pull requests awaiting your team's attention.

What's the best way to filter pending code review requests by a specific PR author?

Filter pending code review requests by specifying a PR author to retrieve unread GitHub notifications for open pull requests opened by that contributor.

Do I need the GitHub CLI authenticated to check my team's review queue?

Yes, checking your team's review queue requires the GitHub CLI (gh) to be authenticated and the uv CLI for Python package management to run the script.

Can I use this to show all PRs awaiting review from a specific team?

Yes, you can show all PRs awaiting review from a specific team by filtering unread GitHub review-requested notifications for open pull requests by team.

Does this script present GitHub review requests in a markdown-friendly format?

Yes, the script presents unread GitHub review-requested notifications for open pull requests in a concise, markdown-friendly format for easy reading.