What problem does it solve?
Exploring large or unfamiliar codebases is slow and error-prone because developers struggle to find relevant execution paths, understand caller/callee relationships, and get a high-level architecture view without reading many files. This Skill consolidates indexed repository metadata and process traces into actionable insights so you can quickly locate where behavior is implemented and how components interact.
Core Features & Use Cases
- Discover indexed repositories and assess index staleness to know whether to re-run analysis.
- Query for domain concepts to find related processes and grouped symbols, then drill into symbol context to see incoming and outgoing calls.
- Trace full execution flows (processes) to map step-by-step runtime behavior and jump directly to implementation files for code review or debugging.
- Use case: When onboarding or investigating a bug, locate the payment processing flow, inspect the process steps, and identify the functions responsible for charging and persisting transactions.
Quick Start
Ask the assistant to find processes related to payment processing in repo my-app, show the execution trace for processPayment, list callers and callees for key symbols, and point to the implementation files for each step.