GongYuanCaiJi/dsh-understand-anything ↗★ 0
dsh-understand-anything
代码库分析与理解技能包,支持分析当前代码库生成知识图谱、进行中文问答、变更影响分析及生成新手引导。
AI 分析
核心用途是快速吃透陌生或大型代码库。适合刚加入新项目需要快速上手(Onboarding),或在重构前需要评估代码改动影响的开发人员。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-understand-anything說明文件
閱讀完整 README ↗🚀 使用
## 🚀 Usage
```bash
/understand # analyze the current codebase → .ua/knowledge-graph.json
/understand --language zh # Chinese analysis
/understand-chat ... # ask questions about the codebase
/understand-diff # analyze the impact of current changes
/understand-onboard # generate an onboarding guide
The analysis engine and skill texts remain in upstream English (port rule: 100% verbatim copy).