Loading...
Loading...
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".
npx skill4agent add getsentry/skills gh-review-requestsreview_requestedghWhich GitHub team should I filter by? (e.g.)streaming-platform
streaming-platformuv run ${CLAUDE_SKILL_ROOT}/scripts/fetch_review_requests.py --org getsentry --teams <team-slug>uv run ${CLAUDE_SKILL_ROOT}/scripts/fetch_review_requests.py --org getsentry --teams <team slugs>{
"total": 3,
"prs": [
{
"notification_id": "12345",
"title": "feat(kafka): add workflow to restart a broker",
"url": "https://github.com/getsentry/ops/pull/19144",
"repo": "getsentry/ops",
"pr_number": 19144,
"author": "bmckerry",
"reasons": ["opened by: bmckerry"]
}
]
}reasons"review requested from: <Team Name>""opened by: <login>"| # | Title | URL | Reason |
|---|---|---|---|
| 1 | feat(kafka): add workflow to restart a broker | https://github.com/getsentry/ops/pull/19144 | opened by: evanh |
totalgh api notifications --paginatereview_requestedgh api repos/{repo}/pulls/{number}state == "closed"merged_atgh api repos/{repo}/pulls/{number}/requested_reviewersteams[].namegh api orgs/{org}/teams/{slug}/members