
Pr Review Expert
- 610 installs
- 23.5k repo stars
- Updated July 17, 2026
- alirezarezvani/claude-skills
pr-review-expert is a Claude agent skill that performs structured pull request reviews with blast-radius analysis, security scanning, and test coverage deltas for developers who need high-signal merge feedback before shi
About
pr-review-expert is an alirezarezvani/claude-skills engineering skill for systematic GitHub PR and GitLab MR review. The workflow fetches diffs with gh pr diff or glab mr diff, traces blast radius across importers and service boundaries, scans for SQL injection, XSS, auth bypass, hardcoded secrets, and dependency risks, and calculates test coverage deltas against new logic. It detects breaking API, GraphQL, and schema contract changes and links Jira or Linear tickets to scope. The bundled checklist contains 41 reviewer items and produces prioritized findings beyond style nits. Developers reach for pr-review-expert before merging diffs over 200 lines, database migrations, auth paths, or payments code. Output is a reviewer-ready report with severity-ranked issues, CI status context, and performance flags such as N+1 queries or bundle regressions suitable for team merge gates.
- Performs blast radius analysis across files, services, and downstream consumers
- Runs security scans for SQL injection, XSS, auth bypass, secret exposure, and dependency vulnerabilities
- Calculates test coverage delta and detects breaking changes in APIs, DB schemas, and configs
- Links tickets and assesses performance impact including N+1 queries and bundle size
- Delivers a reviewer-ready report using a 30+ item checklist with prioritized findings
Pr Review Expert by the numbers
- 610 all-time installs (skills.sh)
- Ranked #211 of 1,356 Code Review & Quality skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/alirezarezvani/claude-skills --skill pr-review-expertAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 610 |
|---|---|
| repo stars | ★ 23.5k |
| Security audit | 2 / 3 scanners passed |
| Last updated | July 17, 2026 |
| Repository | alirezarezvani/claude-skills ↗ |
How do you review pull requests for security and blast radius?
Get structured, high-signal reviews of pull requests with security, blast-radius, and quality findings before merging.
Who is it for?
Developers reviewing large or security-sensitive pull requests on GitHub or GitLab who need structured findings before merge.
Skip if: Developers who only need automated lint fixes or greenfield feature scaffolding without diff-based review.
When should I use this skill?
User asks to review a pull request, analyze a diff, or assess merge risk on shared libraries, APIs, or database schema changes.
What you get
Prioritized PR review report, 41-item checklist results, blast-radius map, security findings, and coverage delta summary.
- Prioritized PR review report
- Security and blast-radius findings
- Coverage delta summary
By the numbers
- Includes a 41-item reviewer checklist
- Flags PRs over 200 lines as candidates for structured review
- Blocks merge on coverage drops greater than 5%
Files
../../../engineering/skills/pr-review-expert/SKILL.md
Related skills
How it compares
Pick pr-review-expert over generic lint skills when you need diff-based blast-radius, security grep patterns, and merge-gate reporting rather than local style fixes.
FAQ
What does pr-review-expert check in a pull request?
pr-review-expert checks blast radius across dependents, security patterns like SQL injection and XSS, test coverage deltas, breaking API or schema changes, ticket alignment, and performance regressions. It outputs a 41-item checklist with prioritized findings.
Which CLI tools does pr-review-expert use for diffs?
pr-review-expert uses GitHub gh pr diff and glab mr diff to fetch diffs, list changed files, and read CI status. Diffs can be saved to /tmp/pr-<number>.diff for grep-based security scanning.
When should developers run pr-review-expert?
pr-review-expert fits PRs over 200 changed lines, shared library edits, database migrations, and auth or payment paths. Run it before merge when structured security and blast-radius feedback is needed.
Is Pr Review Expert safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.