What problem does it solve?
It eliminates guesswork during code reviews by helping you trace a bug’s origin and understand its downstream impact using a code-review knowledge graph.
Core Features & Use Cases
- Systematic call-chain tracing: Identify relevant nodes, then follow callers and callees to reconstruct how control flows into and out of the suspected area.
- Execution-path visibility: Use flow views to see full execution paths through the affected components when graph navigation is not enough to explain behavior.
- Change-impact assessment: Detect whether recent changes correlate with the issue and estimate an impact radius across related files.
- Use Case: When a new crash or regression appears in AniTrend after a recent commit, use the graph to locate the exact entry point, trace the failing call chain, and determine which components are likely affected.
Quick Start
Use the code-review-graph-debug skill to trace a suspected bug by following minimal-context orientation, semantic node search, caller/callee graph traversal, execution-flow inspection, change detection, and impact-radius assessment.