This analyzes your git diffs against a pre-built knowledge graph to show you not just what changed, but what else might break. It greps through the graph JSON to find nodes for your changed files, traces their edges to identify upstream callers and downstream dependencies, then gives you a structured breakdown of affected components, architectural layers touched, and a risk assessment based on complexity scores and blast radius. The smart part is it doesn't load the entire graph into context, it searches efficiently. You need to run the understand skill first to generate the graph, then this becomes useful during code review or before merging branches. Outputs a diff overlay JSON that the dashboard can visualize.
npx -y skills add egonex-ai/understand-anything --skill understand-diff --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot
github/awesome-copilot