explore-codebase
Navigate and understand codebase structure using the knowledge graph
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=tirth8205-code-review-graph-skills-explore-codebase-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name explore-codebase description Navigate and understand codebase structure using the knowledge graph Explore Codebase Use the code-review-graph MCP tools to explore and understand the codebase. Steps Run list_graph_stats_tool to see overall codebase metrics. Run get_architecture_overview_tool for high-level community structure. Use list_communities_tool to find major modules, then get_community_tool for details. Use semantic_search_nodes_tool to find specific functions or classes. Use query_graph_tool with patterns like callers_of , callees_of , imports_of to trace relationships. Use list_flows_tool and get_flow_tool to understand execution paths. Tips Start broad (stats, architecture) then narrow down to specific areas. Use children_of on a file to see all its functions and classes. Use find_large_functions_tool to identify complex code. Token Efficiency Rules Start with get_minimal_context_tool(task="<your task>") before other graph tools. Use detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient. Target: complete any review/debug/refactor task in ≤5 tool calls and ≤800 total output tokens. Read the implementation and its tests before changing code. The graph narrows scope; it does not replace the source.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |