dsh-git-push
Git commit-and-push automation for DSH with pre-push auditing, rule-based quality scoring, SSH key generation, and a three-tab settings sidebar.
DSH 的 git 提交推送自动化:提交前审计、规则质量评分、SSH 密钥生成与三选项卡设置侧边栏。
How to install
dsh plugin add github:EIGHTfs/dsh-git-push About
dsh-git-push DSH(DeepSeek Harness)git 提交推送与代码审计插件——提交前自动审计门禁,提交推送全链路自动化。 审计面板(14 个规则包 + 按包命中数,上下调次序、单击启停): 设置面板(凭据 / SSH 公钥 / 审计开关与 10 维度权重): **公开仓库**:EIGHTfs/dsh-git-push(2026-09-13 转 public)|全量测试 490 全绿(npm test 一条命令可复现) **界面模拟页**:assets/preview.html(单文件自包含,双击即可打开;跑的是真实 client.js + 假数据,三选项卡全部可点) **截图声明**:screenshots.json(仓库根、与 package.json 同级,列出 assets/panel-*.png)——DSH 插件榜单按此文件自动收录截图,作者推自己的仓库即生效,无需到榜单仓库提 PR 目录 功能总览 一、提交推送 二、代码审计 三、系统提示词注入 侧边栏设置 独立 CLI(git-sluice) 独立脚本:清洗用户沟通措辞 独立脚本:运行时检测(三层审计 L3) 安装与要求 版本列表 注意事项 功能总览 插件围绕 DSH 日常开发的两个高频动作,分为**提交推送**与**代码审计**两大块: | 功能块 | 做什么 | 入口 | |---|---|-…
Recommendation signals
Meta
- License
- –
- Language
- HTML
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-14
- Created
- 2026-08-18
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-solution-explorer
xiaoksio/dsh-solution-explorer
DSH Web GUI right sidebar: VS Code-style file explorer plus source control (git status, stage/unstage/discard, commit, diff, commit graph, sync fetch/pull/push, branch management, remote management, git init, multi-repo switch, color-coded file status (untracked/modified/ignored), file-type icons, image preview) with an editable full-file diff view, a syntax-highlighted editor (15 languages), file operations (new/move/copy/delete), and save.
dsh-diff-approval
9087/dsh-diff-approval
Pending-change review for DeepSeek Harness: every `edit`, `write` and `str_replace_editor` change is collected automatically into the file list, where a single change block, the blocks within a selection, or the whole file can be kept or reverted, and undo/redo is supported. It imports the workspace's version-control changes, shows the diff in a single-column or side-by-side view, and provides a Markdown preview in which changes can also be kept or reverted, in-file search, block jumping and copyable line references; the diff data is stored persistently, so the review continues after a restart.