What problem does it solve? When working with a GitNexus-indexed codebase, you need to know which MCP tool to call, how to paginate repository listings, how to read taint and PDG findings, and what the knowledge graph schema looks like before writing Cypher queries. This Skill consolidates that reference material so you can pick the right tool and query pattern immediately. ## Core Features & Use Cases - Tool Reference: Documents all GitNexus MCP tools including query, context, impact, trace, detect_changes, rename, cypher, explain, pdg_query, route_map, shape_check, and api_impact. - Workflow Routing: Maps common tasks like architecture exploration, blast-radius analysis, debugging, and refactoring to the appropriate companion skill file. - Schema & Resources: Lists lightweight gitnexus:// resources for repo context, clusters, and processes, plus the full node and edge type schema for writing Cypher queries. - Use Case: You want to know what breaks if you change a function. Read this guide to learn that the impact tool reports blast radius at depths 1-3 with confidence scores, then run it against your symbol. ## Quick Start Ask the assistant to list the available GitNexus tools and explain how to run an impact analysis on a specific function in the indexed repository.