dsh-plugin-code-review
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.