What problem does it solve? Debugging unfamiliar or large codebases requires manually tracing call chains and error origins, which is slow and error-prone. This Skill uses GitNexus's indexed code graph to locate error sources, trace execution flows, and identify root causes systematically. ## Core Features & Use Cases - Error Tracing: Search for error text with query, then inspect callers and callees of suspect functions with context to find where failures originate. - Call Chain Analysis: Use trace to find the shortest call path between two symbols, or write custom cypher queries for complex call chain traces. - Regression Investigation: Run detect_changes to see what recent changes affect, and read process resources to follow step-by-step execution flows. - Use Case: When a payment endpoint returns 500 intermittently, query for the error handling flow, inspect the suspect function's outgoing calls, and discover that an external API call lacks a proper timeout. ## Quick Start Ask the AI to trace why a specific function or endpoint is failing using GitNexus, starting with the error message or symptom you observed.