pr-review-expert

Analyze pull requests for quality, security, and breaking changes.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill pr-review-expert-devcharuzu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review-expert
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/pr-review-expert
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill pr-review-expert-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze pull requests to assess code changes for quality, security, and breaking changes.

Core Features & Use Cases

  • Blast radius analysis — trace impacted files and downstream consumers
  • Security scan — detect common vulnerabilities, insecure patterns, and auth issues
  • Test coverage delta — measure changes in test coverage versus production code
  • Breaking change detection — verify API, contract, and schema compatibility
  • Ticket linking — validate linked tickets exist and match scope
  • Reviewer guidance — a 30+ item checklist with prioritized findings

Quick Start

Run the PR review workflow to generate a prioritized, reviewer-ready report for the given diff.

Frequently Asked Questions about pr-review-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze pull requests for breaking changes and security vulnerabilities?▼

You can analyze pull requests by running an automated review workflow that detects breaking changes, executes security scans, and calculates test coverage delta. This generates a prioritized report highlighting code quality issues across your diff.

What is blast radius analysis in a code review?▼

Blast radius analysis traces impacted files and downstream consumers within your codebase. It measures the potential impact of code changes, ensuring you understand the scope of a pull request before merging.

Can I review large diffs and monorepo pull requests effectively?▼

Yes, you can review large diffs and monorepo pull requests by applying blast radius analysis and a 30+ item reviewer checklist. This handles security-sensitive paths and onboards new contributors with prioritized findings.

How do I measure test coverage delta versus production code changes?▼

Test coverage delta is measured by comparing changes in test code against production code modifications within a pull request. This workflow verifies that new changes are adequately covered by corresponding tests.

Does the PR review process validate linked tickets and API contract compatibility?▼

Yes, the PR review process validates linked tickets exist and match scope, while breaking change detection verifies API, contract, and schema compatibility. This ensures code changes align with tracked requirements.