What problem does it solve? Repositories accumulate open pull requests faster than maintainers can review them, leaving stale, duplicate, or merge-ready PRs unaddressed. This Skill automates the full triage cycle: fetching every open PR, analyzing each one in an isolated background task, and producing actionable recommendations. ## Core Features & Use Cases - Exhaustive PR Collection: Uses the bundled gh_fetch.py script with pagination to retrieve every open PR via the GitHub CLI, with optional time-based filtering. - Parallel Streaming Analysis: Launches one independent background task per PR and streams categorized results (merge-ready, needs review, stale, draft, close-eligible) in real time as each task completes. - Conservative Auto-Close: Closes only PRs that clearly qualify (already implemented, already fixed, outdated direction, or abandoned), with friendly close comments and confirmation. - Use Case: A maintainer facing 50 open PRs runs the triage, watches live progress as each PR is categorized, auto-closes 8 obsolete PRs, and receives a final report listing 5 PRs ready to merge immediately. ## Quick Start Ask the agent to triage all open PRs in the current repository and stream the analysis results as each one completes.