gh-review-requests

Fetches unread GitHub review-requested notifications for open pull requests.

Updated May 5, 2026
One-click install
npx skills add https://github.com/iani-kuli/harness_bro --skill gh-review-requests-iani-kuli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-review-requests
Source: https://github.com/iani-kuli/harness_bro/tree/main/.claude/skills/ported/gh-review-requests
Command: npx skills add https://github.com/iani-kuli/harness_bro --skill gh-review-requests-iani-kuli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, uv, and includes scripts (resource) components.

What problem does it solve?

This skill solves the problem of missing critical code review requests buried in GitHub notifications by providing a filtered, actionable view of pending PRs.

Core Features & Use Cases

  • Targeted Filtering: Automatically fetches unread review requests filtered by specific GitHub teams or organization members.
  • Status Validation: Filters out merged or closed PRs to ensure you only focus on active, actionable tasks.
  • Use Case: Use this when you need to quickly identify which PRs require your team's attention without manually scanning the entire GitHub notifications feed.

Quick Start

Ask the assistant to fetch all unread review requests for the streaming-platform team.

Frequently Asked Questions about gh-review-requests

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

FAQPage Schema
How do I filter GitHub pull request review requests by team membership?

Filter GitHub pull request review requests by team membership by fetching unread notifications for open PRs assigned to specific teams. This skill validates PR status to exclude merged or closed branches, providing an actionable review queue.

What is the best way to monitor unread GitHub PR review requests for an entire organization?

Monitoring unread GitHub PR review requests for an organization is done by fetching notifications filtered by org-wide team membership. This approach surfaces only active, open pull requests requiring attention, bypassing the need to manually scan the entire GitHub notifications feed.

Do I need the GitHub CLI and uv package manager to automate PR review notifications?

Yes, you need both the GitHub CLI and the uv package manager to automate PR review notifications. These dependencies are required to execute the underlying Python retrieval script that fetches and filters unread review-requested notifications.

Does this review request filter work with closed or merged GitHub pull requests?

No, this review request filter excludes closed or merged GitHub pull requests. It explicitly validates PR status to ensure you only focus on active, actionable tasks within your team's current code review workflow.

How do I get a filtered view of pending GitHub pull requests that need my team's attention?

To get a filtered view of pending GitHub pull requests, ask the assistant to fetch unread review requests for your specific team. This bypasses the standard GitHub notifications feed, providing a targeted list of active PRs requiring your team's immediate code review.