call-chain
Installation
SKILL.md
Call Chain Tracing
Trace execution flows through the codebase using the code knowledge graph.
When NOT To Use
- Static import relationships (use
cartograph:dependency-graph) - Scoring the risk of a change (use
pensive:blast-radius)
Prerequisites
This skill requires the gauntlet plugin for graph data. Discover it:
GRAPH_QUERY=$(find ~/.claude/plugins -name "graph_query.py" -path "*/gauntlet/*" 2>/dev/null | head -1)