wuxiangru915/dsh-review-loop ↗★ 2
@dsh-plugin/dsh-review-loop
Incremental diff reviewer for DeepSeek Harness — Web UI review panel + /review command. 增量代码审查插件:checkpoint 增量队列 + 审查意见注入 agent.
AI Analysis
核心用途是为 DSH 提供增量代码审查。适合需要对 Git 仓库进行增量 Diff 审查、反馈注入及一键 Checkpoint 的开发者,需在 Git 仓库会话中使用。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wuxiangru915/dsh-review-loopREADME
Read the full README ↗Usage
Web UI

In any session whose workspace is a git repository, a review panel appears above the composer:
- A status line —
N file(s) to review— with an Open review button. - The expanded panel lists the pending files with toggleable, colorized diffs (added lines use the success token, removed lines the error token; the sign is always visible).
- An optional feedback input and an Approve & checkpoint button.
- After approval the panel shows the reviewed state; later edits re-surface the file.
Command line
| Command | Behavior |
|---|---|
/review | Incremental: changes since the last checkpoint (or the full change set vs HEAD when none exists) |
/review all | The complete working-tree change set vs HEAD, ignoring the checkpoint |
/review approve | Record a checkpoint |
/review approve | Record a checkpoint and inject the comment into the agent |