AI AGENT ADDONS

When you review a pull request, you want to know which parts of your code might be affected. This tool looks at the changes and uses a knowledge graph to find connected files, functions, and services.

The graph stores information about each part of your project. It includes nodes for files and classes and edges for how they connect. By matching changed files to nodes, the tool discovers what else depends on them.

You get a clear report with changed components, affected components, and a risk assessment. This helps you focus your review on the most important areas and avoid breaking something by accident.

Add Understand Diff skill to your workflow

Global

mkdir -p ~/.claude/skills/understand-diff

Project

mkdir -p .claude/skills/understand-diff

Source Repository

Stars
68,894
Forks
5,697
Watchers
68,894
License
MIT
Last Push
1 month ago
Created
5 months ago