用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tirth8205/code-review-graph --skill explore-codebase命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | explore-codebase |
| description | Navigate and understand codebase structure using the knowledge graph |
Use the code-review-graph MCP tools to explore and understand the codebase.
list_graph_stats_tool to see overall codebase metrics.get_architecture_overview_tool for high-level community structure.list_communities_tool to find major modules, then get_community_tool for details.semantic_search_nodes_tool to find specific functions or classes.query_graph_tool with patterns like callers_of, callees_of, imports_of to trace relationships.list_flows_tool and get_flow_tool to understand execution paths.children_of on a file to see all its functions and classes.find_large_functions_tool to identify complex code.get_minimal_context_tool(task="<your task>") before other graph tools.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.