What problem does it solve? Answering questions about code relationships—like what breaks when a method changes, which classes lack tests, or which requirements have no implementation—cannot be done reliably with plain text search. This Skill uses the KGraph knowledge graph CLI to answer relationship, absence, and multi-hop traversal questions across code, docs, specs, and tests. ## Core Features & Use Cases - Blast Radius & Impact Analysis: Traverse Calls, Implements, and ProjectReference edges to find everything affected by a code change before refactoring. - Coverage & Traceability Validation: Run negation queries to find classes without tests, requirements without implementations, or handlers that never publish events. - Cross-Artifact Investigation: Join specs, code, tests, and markdown docs through typed edges like ImplementsRequirement, Verifies, and LinksTo. - Use Case: Before renaming a core interface like IGraphStore, ask the Skill to list every implementing class, its owning project, and the tests that verify it, so the refactor plan covers all downstream impact. ## Quick Start Ask the assistant to use the kgraph skill to find the blast radius of changing a specific method, making sure the Memgraph container is running and the repository has been indexed first.