GongYuanCaiJi/dsh-simplify0

dsh-simplify

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

AI 分析

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

パッケージ
dsh-simplify
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

🚀 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