dsh-test-insight
Run the following command in DeepSeek Harness:
dsh plugin install duyanta123/dsh-test-insight
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, run dsh plugin install duyanta123/dsh-test-insight to install this plugin; the source repository is available at https://github.com/duyanta123/dsh-test-insight
About this plugin
Before every merge, the most common question is: which tests should this change actually add, and where are the protection gaps? dsh-test-insight turns that guesswork into an evidence-backed workflow. It reads the repository test-to-source mapping, weighs change risk, and produces a structured TEST-PLAN.md plus an isolated, review-only set of test drafts. Every finding carries an evidence level (fact, inference, suggestion, or needs-confirmation), so reviewers can instantly separate hard evidence from items that still require human judgment.
Three capabilities do the heavy lifting. First, gap detection pinpoints which modules and entry points lack corresponding test coverage. Second, risk ranking in change mode takes a specific diff or working-tree change and orders the test targets you should prioritize. Third, a target-by-category coverage matrix surfaces structural blind spots that a single aggregate number would hide. The entire pipeline is read-only by default: it never runs the target repo tests, builds, lint, or type-check. Executing tests requires both an explicit execute-tests flag and a whitelisted test-command (dual authorization). Drafts are always marked DRAFT ONLY; passing a syntax check is not the same as passing the tests.
It fits small teams that need a repeatable test-planning step in their merge process, as well as engineers who want to turn the what-tests-should-we-write conversation into a traceable document. Use it as a DSH plugin inside an agent workflow, or drop the standalone CLI and library into an existing CI pipeline.
Use Cases
- Generate a prioritized test-target list from the current diff before merging
- Audit the repo for test-to-source mapping gaps to surface protection blind spots
- Produce a structured test plan document in CI for reviewer sign-off
Best For
- Small teams that need a repeatable test-planning step in their merge workflow
- Engineers who want traceable test decisions instead of ad-hoc discussions
- DevOps maintainers who need automated test-gap analysis in their CI pipelines
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.