From writing
Comprehensive writing review — spawns analyser agents for thorough quality and voice assessment. Use when the user asks for a "full check", "thorough review", "comprehensive edit", or wants detailed quality analysis of their writing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/writing:fullcheckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thorough quality review using `writing-analyser` subagents. Use this for important documents that need a proper edit.
Thorough quality review using writing-analyser subagents. Use this for important documents that need a proper edit.
Figure out what to check:
Launch writing-analyser subagents in parallel using the Task tool. Split the work sensibly:
For a single document:
For multiple documents:
Give each agent clear instructions about what to focus on and pass the file path(s) or text.
Once the agents return, compile their reports into a single comprehensive review:
## Overall Assessment
[2-3 sentences: what's the text doing well, what needs the most work]
## Critical Issues
[Must fix — slop, errors, broken clarity]
## Warnings
[Should fix — weak language, structural problems, voice misses]
## Suggestions
[Nice to have — polish, enhancement opportunities]
## CLI Tool Output
[If agents ran write-good/proselint, include notable findings here]
Keep the compiled report concise and actionable. The user wants to know what to fix, not read an essay about their essay.
npx claudepluginhub dannysmith/claude-marketplace --plugin writingReviews documentation, blog posts, READMEs, proposals, and prose for quality issues in content, style, and embedded artifacts using parallel agents.
Detects AI voice patterns, reviews prose quality with Strunk & White principles, analyzes readability metrics, audits consistency, and validates SEO in content drafts before publication.
Performs hierarchical bottom-up review of drafted documents, diagnosing structural problems and producing .planning/REVIEW.md for revision.