zoahdev/dsh-quality-score ↗★ 0
dsh-quality-score
Quality scorecard for DeepSeek Harness (dsh) plugins: 0-100 score with grade and per-component breakdown (manifest, peer resolvability, dist-tag health, dead ranges, freshness, docs, dsh-tools peer compat). Zero runtime dependencies, read-only. CLI + agent-callable quality_score tool.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zoahdev/dsh-quality-score说明文档
阅读完整 README ↗In-harness usage (agent-callable)
Ask your dsh agent:
给这个插件打个质量分:
quality_score,包名 dsh-dep-audit。 Score this plugin:quality_scorewithnameset to the npm package.
Returns a dsh-quality-score/v1 report:
{
"schema": "dsh-quality-score/v1",
"name": "dsh-dep-audit",
"ok": false,
"score": 65,
"grade": "C",
"components": [
{ "id": "manifest", "name": "Manifest completeness", "max": 20, "earned": 20, "note": "version 0.1.1" },
{ "id": "peer-resolvable", "name": "Peer resolvability", "max": 20, "earned": 20, "note": "1 peer range(s)" },
{ "id": "dist-tag", "name": "Dist-tag health", "max": 15, "earned": 15, "note": "latest=0.1.1" },
{ "id": "dead-ranges", "name": "Dead ranges", "max": 15, "earned": 15, "note": "none" },
{ "id": "freshness", "name": "Freshness", "max": 10, "earned": 10, "note": "2026-08-18" },
{ "id": "dsh-tools-peer", "name": "dsh-tools peer compat", "max": 10, "earned": 0, "note": "declared ^0.1.0-rc.6; dsh-tools latest=0.0.1-rc.1" }
],
"issues": ["declared @deepseek-ai/dsh-tools peer range is contradicted by the broken latest dist-tag (#2763 class)"],
"suggestions": ["Install with @deepseek-ai/dsh-tools@0.1.0-rc.7 (or the matching rc) until the official latest is fixed"],
"error": null
}
在 harness 内使用(agent 可调用)
给这个插件打个质量分:
quality_score,包名 dsh-dep-audit。
返回 dsh-quality-score/v1 报告(结构见英文版 JSON 示例)。