dsh_review
Run the following command in DeepSeek Harness:
dsh plugin install CodeIdeal/dsh_review
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install CodeIdeal/dsh_review to add the dsh_review plugin to your current DSH profile; source code is available at https://github.com/CodeIdeal/dsh_review.
About this plugin
Requesting a code review inside DSH used to mean hand-crafting a git diff command and hoping your prompt captured the right scope. dsh_review turns that into a single /review interactive menu in the DSH Web input box: select uncommitted changes, a specific commit, a local or remote branch, or describe custom review requirements in plain language. The plugin translates your selection into a structured review task, queues it for the current agent, and the agent re-reads the diff, inspects the code, and delivers findings that each carry a severity level, exact file location, supporting evidence, impact description, and a concrete fix suggestion.
Under the hood the plugin also registers a structured review tool with parameters for target, targetKind, base, task, spec, and focus, so programs and multi-step workflows can request targeted reviews programmatically and receive an executable diff command plus clear instructions back. The commit menu dynamically surfaces up to the 100 most recent commits, the branch menu spans local and remote branches, and the uncommitted-changes mode diffs against HEAD across staged, unstaged, and untracked files-all without typing a single git command.
It is well suited to developers who do frequent code reviews inside DSH and want a lightweight, repeatable /review step right in the web input box, without reaching for a separate CLI tool or writing ad-hoc prompts every time.
Use Cases
- Quick pre-commit review of the working tree, covering staged, unstaged, and untracked files
- Targeted review of a specific commit or branch, with the agent reading the diff against its parent
- Describe review context and focus areas in plain language to get a severity-rated, evidence-backed report
Best For
- Developers who review code frequently inside DSH and want to skip hand-written git commands
- Teams that need structured review output (severity, location, evidence, fix) to fit their workflow
- Automation pipelines that drive multi-step reviews via the /review menu or the structured review tool
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.