From codescope
Ask natural language questions about codebase structure in Turkish or English; auto-translates to graph queries via MCP tools for code exploration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Ask a question about the codebase in natural language. Works in Turkish and English.
Ask a question about the codebase in natural language. Works in Turkish and English.
Use the ask MCP tool with the question: $ARGUMENTS
If the ask tool doesn't return good results, try breaking it down:
find_callerssearch_functions or find_functionfile_entitiesraw_query with SurrealQLTurkish:
English:
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeQueries codebase knowledge graphs to search functions, trace callers/callees, list file entities, analyze impact, and run SurrealQL. Use for code structure, dependencies, and relationships.
Uses tree-sitter index for code navigation in Rust, Python, TypeScript, JavaScript, Go, Java, Scala, SQL: finds symbols, reads function implementations, traces callers, discovers tests.
Provides token-efficient codebase analysis via MCP: call graphs, semantic search, impact analysis, dataflow, program slicing, and dead code detection. Use before refactoring or reading large files.