get_review_queue
Returns your GitHub review queue as a prioritized list: own PRs with failing CI, then requested changes, then review requests for you or your teams.
Instructions
Return the viewer's GitHub pull request review queue, ranked by what needs attention first: their own pull requests with failing CI, then their own with changes requested, then reviews requested of them directly, then reviews requested of their teams. Within a tier, older and smaller pull requests rank higher. Every item carries priority_reasons explaining its position, and total_matching reports how many matched before the limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return. | |
| repos | No | Restrict to these repositories, as 'owner/name'. | |
| include | No | Which reasons to include. Defaults to all three. | |
| max_age_days | No | Drop pull requests opened more than this many days ago. | |
| exclude_drafts | No | Drop draft pull requests. Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| viewer | Yes | ||
| returned | Yes | ||
| warnings | No | ||
| generated_at | Yes | ||
| total_matching | Yes | ||
| rate_limit_remaining | No |