pr-review-summarizer
Installation
SKILL.md
PR Review Summarizer
When to invoke
- "Summarize this PR for me before I review."
- "What's the risk in this diff?"
- "Generate reviewer questions for PR #482."
Inputs needed
- Diff source — local unified diff file, GitHub PR URL, or GitLab MR URL.
- Context (optional) — service name, runtime, test framework.
Workflow
- Fetch / read the diff.
- Classify changes: code, tests, docs, config, dependencies.
- Score risk per file using heuristics: lines changed, security-sensitive paths, lack of tests, schema changes.
- Summarize intent in plain language.
- Produce a review brief: TL;DR, risk hotspots, missing test coverage, suggested questions.