Навигация по кодовой базе через граф знаний

★ 7.2 · vibe-coding

explore-codebase is a Claude Code skill that navigates and analyzes codebase structure using a knowledge graph via code-review-graph MCP tools. The workflow starts with `get_minimal_context` to minimize token usage, then uses `list_graph_stats` and `get_architecture_overview_tool` for a high-level picture, `list_communities_tool` to identify major modules, and `semantic_search_nodes_tool` to locate specific functions or classes. Relationships such as call chains and import graphs are traced with `query_graph_tool` patterns like `callers_of`, `callees_of`, and `imports_of`, while `list_flows` and `get_flow` reveal execution paths. The skill enforces strict efficiency targets — any code review, debugging, or refactoring task should complete within 5 tool calls and 800 total output tokens. It is designed for developers who need to quickly understand an unfamiliar or large project.