What problem does it solve?
This Skill prevents inefficient, error-prone codebase navigation by replacing broad file reads and manual searches with targeted graph-based analysis of symbols, dependencies, callers, and change impact.
Core Features & Use Cases
- Symbol Discovery: Quickly locate functions, classes, modules, and code patterns across a repository.
- Dependency and Impact Analysis: Trace call paths, understand architecture, and assess blast radius before changing shared code.
- Graph-First Workflow: Combine architecture inspection, targeted snippets, freshness checks, and change detection to plan and verify implementation work.
- Use Case: Before refactoring a shared authentication function, identify its definition, inspect its callers, trace related dependencies, and evaluate the likely blast radius before editing the implementation.
Quick Start
Ask the code-graph skill to map the architecture and trace all callers of the symbol you plan to change.