@all3cn/dsh-qa-suite-n23
DSH 质量套件插件:模型编辑 TS 源后自动 tsc --noEmit 诊断(code_check 工具)+ /code-review 多镜头本地代码审查命令(吸收自 a179-sanae/dsh-code-check 与 JasonFreeLab/dsh-command-code-review)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:All3nCN/dsh-qa-suite-N23说明文档
阅读完整 README ↗配置(cordis.patch.yml)
| 键 | 默认 | 说明 |
|---|---|---|
debounceMs | 800 | 最后一次编辑后到 tsc 启动的防抖窗口(ms) |
triggerTools | ['edit','write'] | 触发检查的工具 actor 名 |
tscTimeoutMs | 60000 | 单次 tsc 超时(ms) |
autoLenses | false | 自适应镜头(按范围关键词自动加开 perf/security) |
outDir | reports/code-review | 审查报告输出目录 |
另支持(经 resolveConfig 默认值):enabled、includeExtensions、maxDiagnostics、
extraArgs、cacheCap、threshold、lenses。