AI Agent Hub
Back to plugins
⚙️

dsh-ci-doctor

Workflow Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install jkrandom-sudo/dsh-ci-doctor

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install jkrandom-sudo/dsh-ci-doctor. Source: https://github.com/jkrandom-sudo/dsh-ci-doctor

About this plugin

In continuous integration, CI failures often trap developers in tedious log analysis, especially when errors recur, wasting valuable time. dsh-ci-doctor tackles this by automatically monitoring GitHub Actions for failures and transforming verbose raw logs into clear, structured diagnostic reports—complete with normalized error signatures, failure categories, and key log excerpts—to help you pinpoint root causes swiftly. Its standout capability is the signature memory: it remembers each error signature, flagging repeat issues instantly and providing historical context to eliminate redundant work. This plugin is perfect for all developers and teams using GitHub Actions who seek efficient CI monitoring and reduced troubleshooting overhead. It operates read-only, ensuring safety while integrating seamlessly into existing workflows.

Use Cases

  • Monitor CI pipeline failures
  • Quickly diagnose build errors
  • Identify recurring CI issues

Best For

  • GitHub Actions users
  • DevOps engineers
  • Software development teams