gitnexus-pr-review

Map PR diffs to execution flows and assess blast radius.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/hbvg234/jnmt.vn --skill gitnexus-pr-review-hbvg234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-pr-review
Source: https://github.com/hbvg234/jnmt.vn/tree/main/Claude-code/.claude/skills/gitnexus/gitnexus-pr-review
Command: npx skills add https://github.com/hbvg234/jnmt.vn --skill gitnexus-pr-review-hbvg234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews are time-consuming and error-prone when evaluating exact changes, their intent, and potential risks. This skill automates that process by mapping diffs to affected execution flows, surfacing blast radius, and consolidating risk signals to guide merge decisions.

Core Features & Use Cases

  • Maps PR diffs to impacted flows and processes to reveal change scope.
  • Calculates blast radius and highlights high-risk areas requiring attention.
  • Generates context about callers/callees and available execution paths to support informed reviews.
  • Provides a structured review workflow and a narrative summary you can include in PR comments.

Quick Start

Run the GitNexus PR review workflow on the target PR to map changes, assess blast radius, and generate a risk-aware review.

Frequently Asked Questions about gitnexus-pr-review

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

FAQPage Schema
How does automated PR risk assessment map code changes to execution flows?

Automated PR risk assessment maps code diffs to impacted execution flows and processes to reveal the exact change scope. It extracts caller and callee context to surface the blast radius and highlight high-risk areas.

What is blast radius analysis in the context of pull request reviews?

Blast radius analysis in pull request reviews calculates the potential impact of code diffs across the codebase. It highlights high-risk areas and affected execution paths so reviewers can focus on critical changes before merging.

Does automated PR review work without additional dependencies or components?

Automated PR review works without external dependencies or components, relying solely on its internal workflow. It uses built-in detection and impact analysis functions to map diffs and evaluate risk independently.

What is the best way to determine if a pull request is safe to merge?

The best way to determine if a pull request is safe to merge is by analyzing its blast radius and impacted execution flows. Automated risk assessment consolidates these signals to guide structured merge decisions.

When should I use automated blast radius analysis instead of manual code review?

You should use automated blast radius analysis when evaluating complex diffs where manual code review is error-prone. It provides deterministic analysis and context extraction to surface hidden risks in high-impact execution flows.