dsh plugins中文
← Back to popular plugin directory

DSH plug-in health check tool

omdsh-dev/dsh-plugin-check · enterprise

DSH plug-in health check tool: scan the manifest protocol/patch format/build trap/hub inclusion status of the plug-in repository, zero dependency read-only, register the plugincheck tool.

★ 17GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

DSH 插件健康检查工具 —— 扫描插件仓库,诊断清单协议 / patch 格式 / 构建陷阱 / hub 收录状态,输出合规报告与修复建议。只读,不修改、不构建被检查仓库。 动机

verdict:0 error → pass;有 error → fail;仅 warning → warn。 kind:registry / skill / collection / tool-bundle / bundle / infra / unknown——按形态套用不同检查集(X-01 共享矩阵)。 checks:固定检查项的执行结果(total/passed/failed/warned/skipped),不再是 issue 数。 示例 npm 0.1.0-rc.6 兼容(已验证)

组织内 8 个插件(time/encoding/json/calculator/csv/regex/markdown/session-health)全部 pass、零 error、零 warning。检查过程发现并修复了 4 个旧插件的真实合规缺陷(tsconfig 缺三件套——重建会产生坏产物;缺 build/prepack scripts)。 许可

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-plugin-check
View GitHub repository ↗Back to popular plugin directory