cyberneticlibrary

Review pull requests for quality and security

pr-review-expertskillsetup L117,464
alirezarezvani/claude-skills
What it does

Analyze pull requests for blast radius, security, and breaking changes

Best for

Large PRs (>200 lines) touching shared libraries, APIs, or security-critical paths where systematic blast radius analysis prevents silent failures.

Inputs
  • · GitHub or GitLab PR diff
Outputs
  • · Report with 30+ item checklist, security findings, and breaking change detection
Requires
  • · gh CLI (GitHub)
  • · glab CLI (GitLab)
Preconditions
  • · GitHub or GitLab account configured with auth
Failure modes
  • · PR diff unavailable or insufficient permissions
  • · Unable to resolve downstream dependents in complex codebase
Trust signals
  • · Detects breaking changes in API contracts and DB migrations
  • · Security scan includes SQL injection, XSS, auth bypass patterns