JasonFreeLab/dsh-command-code-review

JasonFreeLab★ 2JavaScriptLast synced: 2026-08-28

Open on GitHub

/code-review slash command for DeepSeek Harness — five parallel review lenses, per-finding confidence scoring, then a gh reply back on the pull request.

README excerpt

dsh-command-code-review /code-review slash command for DeepSeek Harness — five parallel review lenses, per-finding confidence scoring, for both pull requests and local code. /code-review slash command for DeepSeek Harness (dsh) — a self-contained plugin bundle that runs a full code review, either on a pull request or on local code. English 中文 What it does Registers one global slash command with two modes: - /code-review — pull-request review (eligibility check → 5 parallel review lenses → per-finding confidence scoring → posts the result back to the PR with gh ). - /code-review [request] (or empty) — local review of the requested scope (empty input probes the current branch's open PR first, then reviews the uncommitted changes; an explicit whole-project request reviews the entire repository; a named file/directory/module reviews exactly that scope); reports findings directly in chat (no gh needed). Both modes share the same core: collect relevant dsh.md guidance, launch 5 parallel review subagents (dsh.md adherence, shallow bug scan, git-history, prior-change comments, code-comment compliance), confidence-score each finding with a parallel subagent, and drop anything below the conf…

View full README on GitHub →
Tools / Devai-agentscode-reviewdeepseek-harnessdshdsh-pluginmulti-agentsubagents

Category