gitnexus-impact-analysis

Map direct and indirect dependents of code changes and assess risk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and map the potential impact of code changes to determine what will break and what depends on a given target.

Core Features & Use Cases

  • Impact mapping: identify direct and indirect dependents of a target.
  • Process awareness: review affected execution flows via the gitnexus processes.
  • Pre-change risk: assess risk and guide safe modification decisions.

Quick Start

Ask GitNexus to analyze the blast radius of a target function and summarize the affected processes.

Frequently Asked Questions about gitnexus-impact-analysis

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

FAQPage Schema
How do I analyze the blast radius of a code change before committing?

To analyze the blast radius of a code change, you map direct and indirect dependents of the target function to assess pre-commit risk and identify what will break. This validates affected execution flows and guides safe modification decisions.

Can I check code dependents across multiple repositories?

You can check code dependents across repositories by mapping direct and indirect dependents of your target. This validates affected execution flows and ensures safe modifications during pre-commit checks and process reviews.

How do pre-commit checks use impact analysis to prevent breaking changes?

Pre-commit checks use impact analysis to align current code changes with affected flows, identifying direct and indirect dependents before modification. This assesses risk and prevents breaking existing execution processes.

Does this impact analysis tool inspect execution processes before modifying code?

Yes, impact analysis inspects execution processes by reading repository process data. It aligns current code changes with these affected flows to produce a comprehensive pre-change risk assessment.

What are the limitations of using blast radius analysis for safe code modifications?

Blast radius analysis relies on mapping direct and indirect dependents and reading execution processes to assess risk. If repository process data is unavailable, the impact assessment may not validate all affected execution flows.