AI Agent Hub
Back to plugins
⚙️

dsh-plugin-code-review

Workflow Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install YYTbit/dsh-plugin-code-review

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

Install this plugin by running dsh plugin install YYTbit/dsh-plugin-code-review in DeepSeek Harness; the source code is available at https://github.com/YYTbit/dsh-plugin-code-review .

About this plugin

Code review is a high-frequency yet easily superficial step in daily development -- logic edge cases, security holes, and performance bottlenecks are often skipped after a quick glance. dsh-plugin-code-review hands a structured review workflow to the agent inside DeepSeek Harness, so every check follows a consistent process rather than relying on ad-hoc judgment.

It covers five dimensions: correctness (logic errors and edge cases), security (input validation and injection risks), performance (unnecessary loops and blocking operations), style (naming and complexity), and testing (coverage and edge cases). A single natural-language prompt -- ask the agent to review a diff, audit a PR for security issues, or examine a specific file -- triggers the full systematic flow and produces structured feedback.

It fits developers who perform frequent PR reviews and code walkthroughs within DeepSeek Harness, especially teams that want security and performance checks baked into their daily workflow without adding another toolchain.

Use Cases

  • Auditing a PR or diff for logic errors and security risks
  • Checking a single file for performance bottlenecks and style issues
  • Systematically uncovering test coverage gaps before committing

Best For

  • Developers who perform frequent PR reviews within DeepSeek Harness
  • Teams that want security and performance checks embedded in daily workflows
  • Engineers seeking consistent, structured code review feedback