gh-review-requests

gh review requests

getsentry 882 ↓ 3.1k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • "review requested from: <Team Name>" — the team is a requested reviewer
  • "opened by: <login>" — the PR author is a team member
  • gh api repos/{repo}/pulls/{number} — skip if state == "closed" or mergedat is set
  • gh api repos/{repo}/pulls/{number}/requestedreviewers — check teams[].name
  • gh api orgs/{org}/teams/{slug}/members — check if author is a member

Requirements & configuration

  • Requires: GitHub CLI (gh) authenticated.
  • Requires: The uv CLI for python package management, install guide at https://docs.astral.sh/uv/getting-started/installation/

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

gh review requests

Source

Repository: https://github.com/getsentry/skills

gh-review-requests FAQ

What does the gh-review-requests skill do?

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue". "review requested from: <Team Name>" — the team is a requested reviewer "opened by: <login>" — the PR author is a team member

What does gh-review-requests require?

Requires: GitHub CLI (gh) authenticated. Requires: The uv CLI for python package management, install guide at https://docs.astral.sh/uv/getting-started/installation/

How do I install gh-review-requests?

Run: npx -y skills add https://github.com/getsentry/skills --skill gh-review-requests --agent claude-code — the source lives at github.com/getsentry/skills.

Maintain gh-review-requests?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[gh-review-requests on getagentictools](https://getagentictools.com/skills/getsentry-skills-gh-review-requests?ref=badge)
npx agentictools info skills/getsentry-skills-gh-review-requests

The second line is the CLI lookup for this page — handy in READMEs and docs.