What problem does it solve? External pull requests that sit unanswered make a project look unwelcoming, and maintainers waste time re-reading every new PR from scratch. This Skill provides first-touch triage within minutes of a PR opening: it reads the diff, applies a structured rubric, posts a verdict comment, and labels the PR so a human reviewer picks it up with full context. ## Core Features & Use Cases - Structured rubric verdicts: Scores each PR on scope, format, originality, and size, then assigns ACCEPTED, NEEDS-CHANGES, DEFER, or OUT-OF-SCOPE. - Automated labeling and comments: Posts exactly one **Triage:** comment per PR commit and applies a triage:* namespace label, with idempotency keyed on PR number and head SHA. - Fleet or single-PR modes: Scans all watched repos from memory/watched-repos.md, a single repo, or one specific PR, with a budget of 8 PRs per repo per run. - Use Case: A maintainer of several open-source repos wakes up to find every external PR opened overnight already triaged — welcomed contributors have actionable feedback, out-of-scope workflow changes are closed with a redirect to issues, and first-time contributors are flagged for a personal welcome. ## Quick Start Run the PR triage skill on owner/repo to scan open external pull requests and post verdict comments with labels.