gitnexus-pr-review

Analyze pull request diffs to map code changes to affected execution flows.

2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/AlbertLin821/AIYO_new --skill gitnexus-pr-review-albertlin821
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gitnexus-pr-review
Source: https://github.com/AlbertLin821/AIYO_new/tree/main/.agents/skills/gitnexus-pr-review
Command: npx skills add https://github.com/AlbertLin821/AIYO_new --skill gitnexus-pr-review-albertlin821

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, gitnexus.

What problem does it solve?

This skill addresses the difficulty of manually assessing the blast radius and potential breaking changes in complex pull requests, ensuring code quality and system stability before merging.

Core Features & Use Cases

  • Impact Analysis: Automatically maps code changes to affected execution flows and identifies potential breaking changes.
  • Risk Assessment: Categorizes PRs by risk level based on the number of symbols and processes affected.
  • Test Coverage Check: Verifies if changed code is adequately covered by existing tests.
  • Use Case: Use this during a code review to identify if a change in a low-level utility function will inadvertently break critical checkout or payment processes.

Quick Start

Ask the AI to review the current pull request by providing the PR number to trigger the full impact analysis and risk assessment workflow.

Frequently Asked Questions about gitnexus-pr-review

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

FAQPage Schema
How do I assess the blast radius of a pull request before merging?

To assess the blast radius of a pull request, you can use automated impact analysis to map code changes to affected execution flows and identify potential breaking changes across symbols and processes.

What is PR risk assessment and how does it evaluate breaking changes?

PR risk assessment evaluates breaking changes by analyzing pull request diffs to map modifications to affected execution flows, categorizing the overall risk level based on the number of impacted symbols and processes.

How do I check if my code changes are covered by existing tests during a code review?

To check if code changes are covered during a code review, automated impact analysis tools can verify whether the modified execution flows and symbols in the pull request are adequately covered by existing tests.

Does automated impact analysis work with GitHub CLI and GitNexus?

Yes, automated impact analysis requires integration with GitHub CLI to pull request data and GitNexus tools to map dependencies and test coverage for comprehensive risk assessment.

How do I identify if a utility function change will break critical processes like checkout?

To identify if a utility function change will break critical processes like checkout, impact analysis maps the modified symbols to their downstream execution flows, revealing the blast radius of potential breaking changes.

What are the limitations of using automated risk assessment for pull requests?

The limitation of automated risk assessment is its strict dependency on GitHub CLI and GitNexus integration, meaning it cannot map execution flows or evaluate blast radius without these specific environment tools configured.