What problem does it solve?
Provides a concise reference and onboarding path for developers who need to use GitNexus tools, query the project knowledge graph, and select the correct MCP workflow so they can quickly locate code context, run impact analyses, and perform refactors or debugging with confidence.
Core Features & Use Cases
- Tool reference: Summarizes available GitNexus tools and what each one returns (query, context, impact, detect_changes, rename, cypher).
- Resource navigation: Explains key repository endpoints and lightweight reads for repo context, clusters, processes, and schema lookups.
- Workflow guidance: Prescribes the recommended sequence (check context/index freshness, choose the matching skill, follow skill checklist) for tasks like architecture exploration, blast radius analysis, bug tracing, and refactoring.
- Use case example: When preparing a rename across a large codebase, check repository context for index staleness, run impact queries to identify breakage risk, and then use the rename workflow to coordinate changes.
Quick Start
Read the repository context to confirm index freshness, then pick the appropriate GitNexus tool for your task and follow its checklist.