Help us improve
Share bugs, ideas, or general feedback.
From writing
Orchestrate writing review agents to provide comprehensive feedback on blog posts, articles, and essays. Use when the user asks to review, check, or proofread a blog post, article, essay, or long-form written content — NOT for emails, chat messages, commit messages, or short transactional text. Trigger phrases include 'review this article', 'check my writing', 'proofread this post', 'improve this post', 'この記事をレビュー', '記事をチェック', 'ブログ記事のフィードバック', or when a user shares a draft .md file for content feedback. Automatically selects the appropriate combination of content-reviewer, language-editor, readability-enhancer, and technical-writer agents based on article characteristics.
npx claudepluginhub kkhys/claude-code-marketplaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/writing:reviewing-contentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review articles by selecting and running the appropriate specialist agents in parallel, then consolidating their feedback into a single actionable report.
Reviews documentation, blog posts, READMEs, proposals, and prose for quality issues in content, style, and embedded artifacts using parallel agents.
Structurally edits article drafts through an interactive section-by-section rewrite for clarity, flow, and argument strength.
Reviews technical article structure for thesis-proof balance, genre purity, and limitations section. Use after first draft, before style and humanization audits.
Share bugs, ideas, or general feedback.
Review articles by selecting and running the appropriate specialist agents in parallel, then consolidating their feedback into a single actionable report.
Analyze the article content to determine which agents are relevant. The goal is to avoid wasting tokens on agents whose expertise does not apply.
| Agent | subagent_type | Run when | Skip when |
|---|---|---|---|
| content-reviewer | writing:content-reviewer | Always — structure and logic apply to all content | Never |
| language-editor | writing:language-editor | Always — grammar and style apply to all content | Never |
| readability-enhancer | writing:readability-enhancer | Default include | Very short content (<300 words) with simple structure |
| technical-writer | writing:technical-writer | Article contains code blocks, technical concepts, API references, or documentation-style content | Purely personal, creative, or opinion writing with no technical elements |
Tell the user which agents you selected and why before spawning them.
Spawn all selected agents in parallel using the Agent tool. Each agent needs:
Use this as the base prompt for each agent, adjusting the specialization reference:
Review the following article according to your specialization.
Article: {article_path}
Read the article in full, then provide feedback. Communicate entirely in Japanese.
Organize findings by priority:
1. Critical — issues that significantly harm quality or correctness (must fix)
2. Warning — issues that noticeably reduce quality (should fix)
3. Suggestion — improvements that would enhance the piece (nice to have)
For each finding, include:
- Location: section heading or paragraph reference (quote the first few words)
- Issue: what the problem is
- Fix: specific, actionable improvement
Keep feedback concise. Skip praise — focus only on what can be improved.
After all agents complete, synthesize their outputs into a single report for the user.
Multiple agents may flag the same issue from different angles (e.g., content-reviewer notes a confusing paragraph, readability-enhancer also flags it). Merge these into one item, noting which perspectives identified it. Keep the most actionable fix suggestion.
Present the consolidated report in this structure:
## Overview
Brief assessment of overall quality (2-3 sentences). Note the article's strengths
in one sentence, then summarize the key areas for improvement.
## Critical
Items that must be addressed before publishing.
Each item: location, issue, recommended fix, which agent(s) flagged it.
## Warning
Items that should be addressed to improve quality.
Same format as critical.
## Suggestion
Optional improvements.
Same format as critical.
## Agent Details
For each agent that ran, a collapsible summary of its full review
(use <details> tags) for users who want the complete perspective.
If a priority category has no items, omit it entirely. Do not include empty sections.