doc-review
v1.0.1Critical, 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install doc-review@agent-plugin-marketplacePaste 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-marketplaceClone 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
├── .claude-plugin/plugin.json└── skills/doc-review/SKILL.md
Included Skills1
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
{
"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"
}
}For maintainers
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)