
jkrandom-sudo/dsh-ci-doctor
30最近提交 2026年8月14日
dsh-ci-doctor DSH 插件
dsh-ci-doctor 为 DeepSeek Harness 增加 CI 监视与诊断工具。它通过已认证的 GitHub CLI 轮询 GitHub Actions,汇总失败运行,标准化重复错误签名,并可保留签名账本。
如何安装 dsh-ci-doctor DSH 插件
dsh plugin --profile web add dsh-ci-doctor复制不会执行命令。运行前请核对仓库和版本。
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-ci-doctor DSH 插件能做什么
- 提供 ci_watch 工具,用于轮询仓库中新出现的 GitHub Actions 失败运行。
- 提供 ci_diagnose 工具,用于诊断指定运行或最新失败运行。
- 生成包含失败类别、标准化签名、可疑文件和裁剪日志摘录的结构化诊断卡。
- 将签名分类为测试、构建、lint、类型检查、依赖、网络、权限、超时或基础设施问题。
- 在存储可用时记录重复签名的首次/最近出现时间及出现次数。
- 通过宿主的 shell 执行管道调用 GitHub CLI,并在结果中标记 repositoryWrites: false。
dsh-ci-doctor DSH 插件适合哪些场景
- 监视仓库分支中新出现的 GitHub Actions 失败。
- 通过代理对话调查最新的 CI 失败。
- 借助稳定的标准化错误签名比较反复出现的 CI 故障。
- 无需手动打开完整日志,即可定位可能受影响的文件和相关摘录。
dsh-ci-doctor DSH 插件适合谁
- 使用 GitHub Actions 的 DeepSeek Harness 用户。
- 使用 GitHub CLI 的开发者和维护者。
- 需要排查重复 CI 失败的团队。
dsh-ci-doctor DSH 插件的限制
- 需要通过 gh auth login 完成认证的 GitHub CLI 会话。
- 仅支持通过 gh CLI 获取的 GitHub Actions 数据。
- 监视任务按配置间隔轮询,不使用事件 Webhook。
- 当配置文件未提供存储域时,签名账本仅保存在内存中。
- 日志摘录受每个任务配置的行数预算限制。
- 工具为只读,不会重新运行、取消、合并、推送或以其他方式修改仓库。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 0 runtime, 9 development, 3 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-ci-doctor DSH 插件的相关选择
dsh-automation
32
在全新的 DeepSeek Harness Agent 会话中按计划运行独立编码任务,并提供工作区范围控制和持久化运行历史。
DeepSeek-harness-wecom
4
将企微 AI 机器人连接到持久化 DeepSeek Harness Agent,支持文本、图片、文件、命令和基于会话的对话。
dsh-mnemon
19
Cross-agent, local-first persistent memory plugin for DeepSeek Harness (DSH), powered by Mnemon. It shares long-term memory across Mnemon-enabled agents and adds runtime memory, searchable project documents, semantic recall, knowledge graph, and a Sidebar UI.
dsh-agent-messaging
4
Cross-session agent-to-agent messaging for DeepSeek Harness — address another session by name and deliver a message into its inbox.
dsh-ci-doctor DSH 插件常见问题
dsh-ci-doctor DSH 插件是什么?
dsh-ci-doctor 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-ci-doctor DSH 插件?
页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。
dsh-ci-doctor 使用哪个 DSH profile?
dsh-ci-doctor 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。
dsh-ci-doctor 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-ci-doctor 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-ci-doctor 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。