Agent Plugins Marketplace
All plugins

doc-review

v1.0.1

Critical, read-only review of a prose document — the prose counterpart of /code-review. Hunts substantive weaknesses (unsound argument, buried conclusion, thin evidence, unstated assumptions, missing counterargument, audience mismatch, internal contradiction) across a genre-weighted rubric, adversarially verifies its own findings to kill sycophancy and nitpicks, and returns a prioritized findings report the author decides on — WITHOUT editing the text. Hands off rewriting to doc-refactor, fact-checking to verify-content, restyling to ai-tell-reducer. Bilingual JA/EN.

Claude Code1 Skill

By dobachi0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install doc-review@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/doc-review/.

Plugin files

plugins/doc-review/
├── .claude-plugin/plugin.json
└── skills/doc-review/SKILL.md

Included Skills1

doc-reviewskills/doc-review/SKILL.md

Critical, read-only review of a prose document — it hunts for the substantive weaknesses (unsound argument, buried conclusion, thin evidence, unstated assumptions, missing counterargument, audience mismatch, internal contradiction) and returns a prioritized findings report the author decides on, WITHOUT editing the text. The prose counterpart of /code-review. Use when the user says "review this doc / proposal / spec / paper / report", "critique this", "poke holes", "what's weak here", "査読して", "文章レビュー", "ドキュメントレビュー", "レビューして", "指摘して", "穴を探して", "この論理は通っているか". Read-only and diagnostic by contract: it never rewrites (hand off to doc-refactor), never verifies facts against sources (hand off to verify-content / evidence-check), never restyles or de-AIs prose (ai-tell-reducer / humanize-prose), never summarizes (document-summary). Bilingual — Japanese and English.

Plugin manifests1

plugins/doc-review/.claude-plugin/plugin.json
{
  "name": "doc-review",
  "description": "Critical, read-only review of a prose document — the prose counterpart of /code-review. Hunts substantive weaknesses (unsound argument, buried conclusion, thin evidence, unstated assumptions, missing counterargument, audience mismatch, internal contradiction) across a genre-weighted rubric, adversarially verifies its own findings to kill sycophancy and nitpicks, and returns a prioritized findings report the author decides on — WITHOUT editing the text. Hands off rewriting to doc-refactor, fact-checking to verify-content, restyling to ai-tell-reducer. Bilingual JA/EN.",
  "version": "1.0.1",
  "author": {
    "name": "dobachi"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[doc-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/doc-review)