What problem does it solve?
Maintainers of prisma/prisma face a queue of unsolicited pull requests from external contributors and must decide which are safe, in scope, and worth reviewing without accidentally running untrusted code or missing security risks.
Core Features & Use Cases
- Queue Building and Snapshotting: Lists open fork PRs with the GitHub CLI, filters by author, and saves per-PR JSON and diff artifacts for offline analysis.
- Safety and Security Sweep: Greps diffs for dangerous patterns (install scripts, child_process, pull_request_target, widened permissions) and audits workflow files before any CI approval.
- Evidence-Based Verdicts: Verifies linked issues, DCO/CLA status, CI rollup states, version-line scope, direction fit, and staleness, then reports verdicts like Report, Close, Blocked on contributor, or Merge candidate.
- Use Case: A maintainer asks to triage all open contributor PRs; the skill fetches each PR once, checks safety and mechanics, and returns a verdict table with file:line evidence and draft replies.
Quick Start
Triage the open external contributor pull requests on prisma/prisma and report a verdict with evidence for each one.