What problem does it solve?
This Skill helps developers diagnose failing code by tracing execution flows, locating throw sites, and identifying the root cause of errors or intermittent failures across a repository.
Core Features & Use Cases
- Query-driven discovery: Use query functions to find processes, symbols, and error-related traces from GitNexus indexes.
- Context inspection: Inspect callers, callees, and process steps to map caller-callee chains and surface external dependencies.
- Custom tracing: Support for custom cypher queries and reading process resources to obtain detailed execution flows.
- Use Case: Investigate an intermittent 500 on a payment endpoint by querying error text, locating validatePayment, inspecting its context, and tracing the CheckoutFlow process to find external API timeouts.
Quick Start
Run a gitnexus_query for the error message, use gitnexus_context on the suspect symbol to inspect callers and callees, and read the relevant process resource to trace the execution path and confirm the root cause.