What problem does it solve?
Help maintainers identify the next pull request to review by finding open GitHub PRs labeled security and priority: high, linking them to their issues, detecting duplicate or superseding PRs, and presenting concise review candidates so human reviewers can decide without manual searching.
Core Features & Use Cases
- Label-based discovery: Enumerates open PRs that carry both security and priority: high labels.
- Issue association: Parses PR bodies, titles, and branch names to extract linked issue numbers and mark PRs with no linked issue.
- Duplicate and supersede detection: Groups PRs by linked issue to highlight duplicates and flags PRs that supersede or fold in others.
- Summary and recommendation: Produces tables of duplicate groups and clean review candidates and recommends which PR to review first based on age, check status, and diff size.
- Use case: Security maintainers triaging prioritized fixes after a vulnerability disclosure.
Quick Start
Ask the skill to find PRs to review in the current repository while authenticated with the GitHub CLI.