What problem does it solve? Maintainers of the NemoClaw repository struggle to identify which open pull requests need review first, especially when multiple PRs target the same issue or supersede one another. This Skill automates the triage of security-labeled PRs by priority, linked issues, and duplication. ## Core Features & Use Cases - Priority-based PR discovery: Queries the NemoClaw Development Tracker GitHub project for open PRs carrying the security label with Project Priority Urgent or High. - Issue linking and duplicate detection: Extracts linked issue numbers from PR bodies, titles, and branch names, then groups competing PRs that target the same issue. - Supersession analysis: Runs a canonical parser to detect statements like supersedes #N or closes in favor of #N, and reports which PRs fold in or replace others. - Use Case: A maintainer asks which security PR to review next; the Skill returns a ranked table of candidates, flags duplicates for issue #804, and recommends the oldest Urgent PR with passing checks. ## Quick Start Ask the agent to find the next security PR to review in the NVIDIA/NemoClaw repository.