Call Chain Tracing Trace execution flows through the codebase using the code knowledge graph. Prerequisites This skill requires the gauntlet plugin for graph data. Discover it: If gauntlet is not installed : Fall back to static analysis. Use to trace function calls and build a Mermaid diagram manually from import/call patterns. Skip graph-specific steps. If installed but no graph.db : Tell the user to run . Steps 1. Accept target : Get a function name or entry point from the user (or trace all entry points). 2. Run flow tracing (requires gauntlet): To filter by entry point: Fallback (no gaunt…