JasonFreeLab/dsh-command-code-review ↗★ 1
dsh-command-code-review
/code-review slash command for DeepSeek Harness — full pull-request review workflow as a DSH plugin
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JasonFreeLab/dsh-command-code-review说明文档
阅读完整 README ↗Usage
Type /code-review in the web composer:
/code-review 123 # review a pull request by number
/code-review https://github.com/owner/repo/pull/123
/code-review 审查 src/auth 的改动 # local review of a named scope
/code-review # local review of the current uncommitted changes
Configuration
-
Confidence threshold: the workflow drops findings scored below a threshold (default 80). Override it in your profile
cordis.patch.yml:- id: command-code-review config: threshold: 90 -
Review lenses: the 5 parallel review lenses (dsh.md compliance, bug scan, git-history, prior-change comments, code-comment compliance) live in
lib/index.js; add or remove lenses to fit your needs.