Skip to content

jkrandom-sudo/dsh-ci-doctor

30Last commit Aug 14, 2026

dsh-ci-doctor DSH plugin

dsh-ci-doctor adds CI monitoring and diagnosis tools to DeepSeek Harness. It polls GitHub Actions through an authenticated GitHub CLI session, summarizes failed runs, normalizes recurring error signatures, and can retain a signature ledger.

How to install the dsh-ci-doctor DSH plugin

dsh plugin --profile web add dsh-ci-doctor

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-ci-doctor DSH plugin can do

  • Provides a ci_watch tool for polling repositories for newly failed GitHub Actions runs.
  • Provides a ci_diagnose tool for diagnosing a specified or latest failed run.
  • Produces structured diagnosis cards with failure categories, normalized signatures, suspect files, and trimmed log excerpts.
  • Classifies signatures as test, build, lint, typecheck, dependency, network, permission, timeout, or infrastructure failures.
  • Tracks recurring signatures with first/last sightings and counts when storage is available.
  • Uses the host shell execution pipeline for GitHub CLI calls and marks results with repositoryWrites: false.

Where the dsh-ci-doctor DSH plugin fits

  • Monitor a repository branch for newly failing GitHub Actions runs.
  • Investigate the latest CI failure from an agent conversation.
  • Compare repeated CI failures using stable normalized error signatures.
  • Identify likely affected files and relevant excerpts without manually opening full logs.

Who the dsh-ci-doctor DSH plugin is for

  • DeepSeek Harness users working with GitHub Actions.
  • Developers and maintainers who use the GitHub CLI.
  • Teams investigating recurring CI failures.

dsh-ci-doctor DSH plugin limitations

  • Requires an authenticated GitHub CLI session via gh auth login.
  • Only supports GitHub Actions data accessed through the gh CLI.
  • Watch jobs poll at configured intervals rather than receiving event webhooks.
  • The signature ledger is in-memory when the profile does not provide a storage domain.
  • Log excerpts are limited by the configured per-job line budget.
  • Tools are read-only and do not rerun, cancel, merge, push, or otherwise modify repositories.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • 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.

    info

dsh-ci-doctor DSH plugin alternatives

dsh-ci-doctor DSH plugin questions

What is the dsh-ci-doctor DSH plugin?

dsh-ci-doctor is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-ci-doctor DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-ci-doctor use?

The snapshot records web as the dsh-ci-doctor profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-ci-doctor compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-ci-doctor fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-ci-doctor?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.