AI Agent Hub
Back to plugins
🖥️

dsh-document-review

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install yabo083/dsh-document-review

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

In DeepSeek Harness, please run the installation command dsh plugin install yabo083/dsh-document-review to install this plugin, which is hosted at https://github.com/yabo083/dsh-document-review.

About this plugin

DeepSeek Agents frequently generate and edit Markdown documents, such as architecture docs, ADRs, and READMEs. While a natural request is "review this document word by word," existing tools often lack integration with the DSH toolchain, leading to inefficient feedback loops. dsh-document-review fills this gap. It brings the review process into a local browser, allowing human reviewers to annotate content via comments, replacement suggestions, or deletion markers. All annotations are securely stored in a centralized append-only store, enabling Agents to easily read and apply feedback using standard file-editing tools.

The plugin supports both single-file and directory modes, automatically indexing Markdown files within a workspace. By utilizing a singleton local server with strict security controls (loopback binding, CORS disabled), it ensures a private and stable environment for review. It is the perfect solution for teams that rely on Markdown for documentation and require a tight feedback loop between automated editing and human oversight.

Use Cases

  • Human proofreading of architecture docs generated by the Agent.
  • Collaborative review of Markdown plans modified by the team.
  • Batch checking spelling and grammar errors in project documentation.

Best For

  • Developers responsible for maintaining technical documentation.
  • Architects who frequently review content generated by AI.
  • Software teams relying on Markdown for collaboration.