uckkk/dsh-repo-health0

dsh-repo-health

项目体检:检查仓库的 README/LICENSE/.gitignore/测试/CI/锁文件/脚本等最佳实践,返回体检报告卡与修复建议

包名
dsh-repo-health
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-repo-health

dsh-repo-health · 项目体检

检查仓库的常见最佳实践(README / LICENSE / .gitignore / 测试 / CI / 锁文件 / 脚本 / .env.example),返回体检报告卡与修复建议。纯 Node 实现,无网络、无外部服务。

提供的工具

工具作用
health_check逐项检查并返回 ✓/✗ + 修复建议 + 总分

安装

dsh plugin add dsh-repo-health

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-repo-health"

用法示例

给这个仓库做个体检
→ 调用 health_check(root="/workspace")

检查项

README、LICENSE、.gitignore、测试、CI 工作流、依赖锁文件、npm scripts、.env.example(8 项)。