CodeIdeal/dsh_review0

dsh_review

DeepSeek Harness plugin for direct code review with slash-picker target selection

包名
dsh_review
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CodeIdeal/dsh_review

使用示例

交互式菜单

在输入框中选择:

/review → Commit diff → 选择目标 commit

插件会要求当前 agent 只审查该 commit 引入的差异,并以其第一个 parent 作为比较基准。

直接输入命令

也可以绕过菜单直接使用:

/review uncommitted
/review commit 
/review branch 

/review custom 重点检查认证逻辑、异常处理和测试覆盖

自然语言请求

也可以直接对当前 agent 说:

审查当前工作树相对 main 的改动,任务是修复并发缓存失效问题,重点关注竞态条件和回归测试。

配置

cordis.patch.yml 默认配置:

- insert:
    - id: dsh-review
      name: dsh_review
      config:
        toolName: review

可通过 toolName 修改注册给 agent 的工具名称。