code-review-graph
Installation
SKILL.md
code-review-graph — Change Risk Analysis
Structural change safety gate. Builds a SHA-256 AST graph from source code, then on any diff computes:
- Risk score (0–100)
- Blast radius — all transitively affected nodes (BFS, 100% recall)
- Breaking changes — nodes whose signature changed
- Impacted flows — execution paths traversing changed nodes