/understand-diff Overview Analyze git diffs and pull requests using the codebase knowledge graph to understand the true impact and risk of code changes. The skill maps changed files to graph nodes, follows edges to find affected components, identifies cross-layer concerns, and produces a structured risk assessment. Graph Structure Reference The knowledge graph JSON has this structure: - — {name, description, languages, frameworks, analyzedAt, gitCommitHash} - — each has {id, type, name, filePath, summary, tags[], complexity, languageNotes?} - Node types: file, function, class, module, concept…