AI Agent Hub
Back to plugins
⚙️

DSH-changeproof

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Apageoflove/DSH-changeproof

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install Apageoflove/DSH-changeproof, with the full source URL at https://github.com/Apageoflove/DSH-changeproof.

About this plugin

A passing test suite doesn't always mean code changes are fully verified. Common pitfalls include tests covering the wrong files, executing only part of changed lines, or verification becoming stale after further modifications. The DSH-changeproof plugin addresses these gaps head-on. It intelligently associates relevant tests, performs line-level coverage checks, and manages conclusion validity through code fingerprinting. The core capability is binding test execution directly to code changes: verification states like VERIFIED are only granted when tests genuinely cover changed lines and evidence matches the current code. This creates a robust safeguard for code quality. Ideal for developers using DeepSeek Harness, QA teams, and projects demanding high reliability, the plugin helps capture hidden risks in continuous integration workflows and boosts delivery confidence.

Use Cases

  • Verify changed lines are test-covered during code reviews
  • Automatically validate test effectiveness in CI/CD pipelines
  • Pinpoint uncovered lines when debugging test failures

Best For

  • Development teams using DeepSeek Harness
  • Test engineers focused on code quality
  • DevOps engineers needing automated quality assurance