Steps
- Run
ragsharp graph query --type symbols --db .ragsharp/graph/index.db --limit 50 --symbol "SymbolName". - Use the JSON output to answer questions with file:line-range evidence.
Query the ragsharp code graph for declarations, references, callers, callees, dependencies, and line-number evidence. Triggers: find usages, where defined, callers, callees, dependency path, project deps, type hierarchy, line numbers, evidence.
npx skillmds@latest add managedcode/ragsharp-query-code-graph ragsharp graph query --type symbols --db .ragsharp/graph/index.db --limit 50 --symbol "SymbolName". managedcode/ragsharp/tree/main/assets/skill-templates/query-code-graph commit 1cad2f52ec