GitNexus — отладка и трассировка ошибок в коде

★ 7.1 · general

gitnexus-debugging is a Claude Code skill that guides you through tracing bugs, investigating errors, and understanding why code fails. The workflow follows four steps: `gitnexus_query` locates execution flows related to the error symptom; `gitnexus_context` maps callers and callees of the suspect function; the `gitnexus://repo/{name}/process/{name}` resource lets you walk through a named process step by step; and `gitnexus_cypher` runs custom Cypher queries to build arbitrary call chain traces. Built-in patterns cover common scenarios — error messages, wrong return values, intermittent failures caused by external API dependencies, and regressions detected via `detect_changes`. If the index is stale, the skill prompts you to run `npx gitnexus analyze`. It's aimed at developers who need to pinpoint root causes quickly in an unfamiliar codebase.