Loading...
Loading...
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
npx skill4agent add abhigyanpatwari/gitnexus gitnexus-guidegitnexus://repo/{name}/contextIf step 1 warns the index is stale, runin the terminal first.npx gitnexus analyze
| Task | Skill to read |
|---|---|
| Understand architecture / "How does X work?" | |
| Blast radius / "What breaks if I change X?" | |
| Trace bugs / "Why is X failing?" | |
| Rename / extract / split / refactor | |
| Tools, resources, schema reference | |
| Index, status, clean, wiki CLI commands | |
| Tool | What it gives you |
|---|---|
| Process-grouped code intelligence — execution flows related to a concept |
| 360-degree symbol view — categorized refs, processes it participates in |
| Symbol blast radius — what breaks at depth 1/2/3 with confidence |
| Git-diff impact — what do your current changes affect |
| Multi-file coordinated rename with confidence-tagged edits |
| Raw graph queries (read |
| Discover indexed repos |
| Resource | Content |
|---|---|
| Stats, staleness check |
| All functional areas with cohesion scores |
| Area members |
| All execution flows |
| Step-by-step trace |
| Graph schema for Cypher |
MATCH (caller)-[:CodeRelation {type: 'CALLS'}]->(f:Function {name: "myFunc"})
RETURN caller.name, caller.filePath