review-pr

Analyze PR or branch diffs and output a structured review report.

8|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/demon24ru/code-review-graph --skill review-pr-demon24ru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/demon24ru/code-review-graph/tree/main/skills/review-pr
Command: npx skills add https://github.com/demon24ru/code-review-graph --skill review-pr-demon24ru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviewing pull requests or branch diffs quickly and comprehensively can be time-consuming and error-prone. This Skill automates context-aware PR reviews by leveraging a knowledge graph to surface impacts and risk.

Core Features & Use Cases

  • Contextual diff analysis: Identifies changed files and dependencies to map risk and impact.
  • Graph-backed review context: Builds a knowledge graph snapshot to inform reviewers and AI assistants.
  • Blast-radius assessment: Quantifies affected modules and potential ripple effects.
  • Structured review output: Produces a clear PR review with risks, dependencies, and change summaries.

Quick Start

Provide a PR number or branch name to initiate a full context-aware PR review.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for pull requests and assess blast radius?

Automated PR review analyzes branch diffs using git diff and builds a knowledge graph to calculate blast radius, mapping affected modules and dependencies to produce a structured, context-aware risk report.

Can I use this PR review automation with local repos and multiple commits?

Yes, this PR review automation works with local repos, GitHub, and GitLab, handling small to large pull requests with multiple commits to generate a comprehensive, structured change summary.

What is blast radius assessment in the context of a pull request review?

Blast radius assessment quantifies the potential ripple effects of a PR by mapping changed files and dependencies through a knowledge graph, surfacing affected modules and contextual risks.

How do I generate a structured review report from a branch diff?

Provide a branch name or PR number to initiate the review, which reads changed files, infers graph context, and outputs a structured report detailing risks, dependencies, and change summaries.

Does this code review tool require any external dependencies or components?

No, this code review tool operates without external dependencies or components, directly integrating with git diff to perform context-aware diff analysis and calculate blast radius.

What's the best way to review large pull requests with complex dependencies?

Reviewing large pull requests is handled by building a graph-backed review context from the diff, identifying changed files and dependencies to map risk, impact, and blast radius efficiently.