DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Qa Suite N23 — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@all3cn/dsh-qa-suite-n23

Qa Suite N23

DSH 质量套件插件:模型编辑 TS 源后自动 tsc --noEmit 诊断(code_check 工具)+ /code-review 多镜头本地代码审查命令(吸收自 a179-sanae/dsh-code-check 与 JasonFreeLab/dsh-command-code-review)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @all3cn/dsh-qa-suite-n23@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Qa Suite N23 is published as @all3cn/dsh-qa-suite-n23 and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/1/2026

Versions

0.1.0stable
9/1/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
62.1 kB
Files
13
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/1/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolPlus@sparkelf/dsh-plusDeepSeek Harness Plus official-base Web distribution profile and ranged compatibility patchset

README

@all3cn/dsh-qa-suite-n23

DSH 质量套件插件(host 侧,无 UI 半区)。一个包合并两份上游能力:

能力

1. code_check 工具(自动类型检查)

吸收自 a179-sanae/dsh-code-check(BSD-3-Clause)。

  • 监听 fs/observed 事件:模型经 edit / write 工具改动 .ts / .tsx / .mts / .cts 文件后触发。
  • 按项目防抖(默认 800ms)后台运行 node <tsc> --noEmit -p <tsconfig> --pretty false: spawn 数组形态、无 shell 参与、显式超时(默认 60s)+ abort。
  • 项目自动发现:自改动文件向上找最近的 tsconfig.json(跳过 node_modules); 首次使用时按调用方工作区扫描。
  • 诊断缓存在内存(LRU,容量 cacheCap),模型随时调用 code_check 工具读取报告; 支持 paths 相对路径过滤与 run: true 强制重跑。

2. /code-review 命令(多镜头本地代码审查)

吸收自 JasonFreeLab/dsh-command-code-review(MIT),PR / gh 回评模式已删除, 仅保留本地审查模式。

  • /code-review [审查请求] [--out <dir>]:五镜头(dsh.md 合规 / bug 正确性 / 历史上下文 / 安全 / 注释合规)并行审查,去重后单代理打置信度(0-100)与 严重度(blocker/major/minor/nit),按阈值(默认 80)过滤后汇报。
  • 报告落盘 outDir(默认 reports/code-review):Markdown 报告 + JSON sidecar。
  • 空输入 = 审查当前未提交变更(git diff + git diff --cached)。

配置(cordis.patch.yml)

键默认说明
debounceMs800最后一次编辑后到 tsc 启动的防抖窗口(ms)
triggerTools['edit','write']触发检查的工具 actor 名
tscTimeoutMs60000单次 tsc 超时(ms)
autoLensesfalse自适应镜头(按范围关键词自动加开 perf/security)
outDirreports/code-review审查报告输出目录

另支持(经 resolveConfig 默认值):enabled、includeExtensions、maxDiagnostics、 extraArgs、cacheCap、threshold、lenses。

测试

node --test tests/

归属

本插件吸收合并了两个上游项目,许可证与版权声明见 UPSTREAM.md、LICENSE、 THIRD-PARTY-NOTICES.md。