DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Maestro Review — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@ddtcorex/dsh-maestro-review

Maestro Review

Maestro Review — pluggable ReviewProvider (GitLab/GitHub) + orchestrator for automated MR review

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ddtcorex/dsh-maestro-review#49983bb71e3b9d1ae9a89b4e2ba5a561957f1621
READMECompatibilityVersions

Compatibility and provenance

Maestro Review is published as @ddtcorex/dsh-maestro-review and currently resolves to version 0.7.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/14/2026

Versions

0.7.5stable
9/14/2026
0.7.4stable
9/14/2026
0.7.0stable
9/13/2026
Show 12 more versionsCollapse versions
0.6.2stable
9/5/2026
0.6.1stable
9/5/2026
0.6.0stable
9/4/2026
0.5.1stable
9/4/2026
0.5.0stable
9/4/2026
0.4.0stable
9/3/2026
0.3.2stable
9/3/2026
0.3.1stable
9/2/2026
0.2.1stable
8/30/2026
0.1.2stable
8/28/2026
0.1.1stable
8/27/2026
0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.7.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

@ddtcorex/dsh-maestro-review

Automated merge-request review for the DeepSeek Harness: pluggable ReviewProvider (GitLab first), an orchestrator that spins up reviewer/auditor child agents on fresh worktrees, webhook intake for GitLab events, and a settings/tunnel client UI injected into the DSH Web slots.

Part of the Maestro Harness suite (dsh-maestro-*). Cordis patch rows: maestro-review-webhook (intake), maestro-review-orchestrator (pipeline), maestro-review-settings-rpc (settings UI) — all served by this npm package.

What it provides

  • ReviewProvider abstraction — GitLab client today; other forges plug in behind the same interface.
  • Orchestrator — reviewer + auditor agent runs against a disposable worktree of the MR, model selection overridable globally (reviewModel) and per project mapping.
  • Webhook intake — receives GitLab MR events, enqueues reviews (dedup + retention).
  • Review findings/history/signals — findings written through the review-findings tool by tool-only review subagents (never free text); history + signals tracked per MR.
  • Govard/workspace tooling available inside review runs.
  • Client half — settings section rendered into DSH Web slots; notification copy stays here, delivery goes through the optional maestroNotifier service.

CI reviewer (no local checkout)

The same pipeline also runs headless from GitLab CI: a shared reviewer project (holds secrets + image) serves any number of source projects through a small bridge job — no DSH host, no project mapping needed. Quick runs diff-only (or on a real checkout when REVIEW_PROFILE is set — reviewer-only, no auditor); on-demand deep clones the MR head and reviews reviewer-only with a static-only audit (no govard runtime in the container).

Full setup, per-case trigger workflows (quick/deep × CI/webhook), model selection, and troubleshooting: docs/ci-reviewer-setup.md. Templates live in templates/, the image in docker/.

Settings

Reads its configuration through the shared namespaced settings store (~/.dsh/maestro/settings.json, owned by @ddtcorex/dsh-maestro-config-lib) via the flat adapter in src/config-store.ts; machine runtime state stays in a package-local sidecar.

Install

dsh plugin --profile web add @ddtcorex/dsh-maestro-review
# or everything at once:
dsh plugin --profile web add @ddtcorex/dsh-maestro-meta

Development

pnpm install
pnpm verify        # tsc --noEmit
pnpm test          # vitest run
pnpm build         # tsc -> lib/
pnpm run build:client   # browser bundle -> lib/client.js (required after client changes)

See AGENTS.md for conventions (host/client split, secrets handling, live-validation rules).

Release

A release ships two artifacts that must stay in lockstep: the npm package and the ddtcorex/maestro-reviewer Docker image — the image installs the npm package from the registry rather than copying source, so tagging a release alone is not enough to ship it to CI users. In short: bump package.json + CHANGELOG.md + the three image-tag references → tag vX.Y.Z (triggers npm publish + GitHub Release) → bump profiles/reviewer-ci/package.json's own pin to match → rebuild and push the Docker image. Full step-by-step checklist, including the pnpm supply-chain age-gate workaround and how to live-test a fix in the image before a full release: see Release checklist in AGENTS.md.

License

MIT