What problem does it solve?
This Skill helps you review pull requests and merge requests in a structured way so you can catch correctness, security, breaking-change, and quality issues before they reach production.
Core Features & Use Cases
- Blast radius analysis: traces changed files to likely dependents, service boundaries, and shared contracts to estimate impact.
- Security scanning: identifies common high-risk patterns (injection, auth bypasses, secret exposure, unsafe hashing, XSS vectors, and dangerous exec usage).
- Test coverage delta & quality assurance: compares changed logic vs changed tests and flags missing coverage for new/changed behaviors.
- Breaking change detection: checks API contract, DB migration/destructive changes, and environment/config compatibility risks.
- Performance impact checks & review-ready reporting: evaluates regressions like N+1 patterns, heavy dependency additions, unbounded loops, and missing awaits.
Quick Start
Ask your AI to run the PR Review Expert on PR #123 by fetching the diff and producing a prioritized reviewer-ready report with blast radius, security findings, test/coverage delta, breaking changes, and performance risks.