understand-explain

仓库创建 2026年3月15日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

适合代码审查、新人学习与故障排查时获取深度理解。

这个 Skill 做什么

对指定文件、函数或模块进行深入解释,提供上下文与实现细节。

对指定的文件、函数或模块做深度解读,给出实现细节、上下文关系和复杂度评估,帮助你快速弄明白代码在干什么、为什么这么写。在做代码审查、重构或接手模块时特别有用。输出会把信息组织成易读的知识图/节点视角,指出关键依赖、风险点和修改建议,便于决策。

▸ 展开 SKILL.md 英文原文

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

开发编程代码解释深度解析知识图谱通用
7.6w
Stars
6.4k
Forks
9
仓库内 Skill
+4.9k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand-explain/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/understand-anything-plugin/skills/understand-explain/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /understand-explain

Provide a thorough, in-depth explanation of a specific code component.

## Graph Structure Reference

The knowledge graph JSON has this structure:
- `project` — {name, description, languages, frameworks, analyzedAt, gitCommitHash}
- `nodes[]` — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?}
  - Code node types: file, function, class, module, concept
  - Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource
  - Domain/knowledge node types: domain, flow, step, article, entity, topic, claim, source
  - IDs use the node type as prefix, e.g. `file:path`, `function:path:name`, `config:path`, `article:pa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有