GongYuanCaiJi/dsh-simplify0

dsh-simplify

DeepSeek Harness 插件:审查最近改动的代码,就清晰度、一致性与可维护性提出改进(移植自 pi-simplify)

AI Analysis

核心用途是轻量级的本地代码重构与质量把控。适合在提交 Git 变更前,需要 AI 快速指出潜在坏味道、提升代码可读性的开发者。

Package
dsh-simplify
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GongYuanCaiJi/dsh-simplify

🚀 Usage

/simplify                      # review all uncommitted changes
/simplify --staged             # review only staged changes
/simplify --ref=          # diff against a ref, e.g. --ref=main, --ref=HEAD~3
/simplify             # review only the given files