From prose
Editorial review — prose quality, citations, and AI artifacts. Add "with independent scoring" for parallel Copy Desk evaluation.
How this command is triggered — by the user, by Claude, or both
Slash command
/prose:editorial-review <file-path>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Editorial Review Three-pass editorial review in the main context window. Each pass loads a skill, evaluates the document, presents findings, and applies fixes before moving on. For an independent evaluation using parallel sub-agents, add "with independent scoring" to the command invocation. ## Default: Main Context Review ### Step 1 — Identify the document Use the first source that applies: - A file path provided as an argument to this command - The document most recently edited or discussed in the current session - Ask the user if neither applies Read the full document before proc...
Three-pass editorial review in the main context window. Each pass loads a skill, evaluates the document, presents findings, and applies fixes before moving on.
For an independent evaluation using parallel sub-agents, add "with independent scoring" to the command invocation.
Use the first source that applies:
Read the full document before proceeding.
Load the writing skill by invoking Skill("content-writing:prose-craft"). This
triggers voice discovery and styleguide selection.
Load the humanizer skill by invoking Skill("content-writing:humanizer").
If the document contains claims, statistics, or external references, load
citation-sourcing by invoking Skill("content-writing:citation-sourcing").
If the document is intended for search performance, load seo-optimization by
invoking Skill("content-writing:seo-optimization").
Apply the writing skill with the established voice and styleguide:
Present prose findings and apply fixes.
Apply the citation-sourcing skill:
Present citation findings and apply fixes.
Apply the humanizer skill with its full reference files:
Present humanizer findings and apply fixes.
Summarize changes grouped by pass.
When the user adds "with independent scoring" (e.g., /editorial-review docs/article.md with independent scoring), replace the three-pass main-context
review with parallel Copy Desk evaluation.
Complete Steps 1 and 2 (identify document, load skills, establish voice and styleguide).
Dispatch parallel evaluator agents — one per dimension. Each agent receives the document and the instructions for its assigned scope. Each evaluates independently in a fresh context.
Dispatch all agents in a single message so they run simultaneously:
When all agents complete, merge their reports into a unified scorecard with Pass/Partial/Fail per criterion.
Present the scorecard. Highlight critical failures. Ask the user whether to apply fixes for all failing criteria or selectively.
Apply approved fixes. Summarize before and after scores.
For routine editorial passes on drafts in progress, the default three-pass review is faster and sufficient.
npx claudepluginhub birdseyeglobal/portage --plugin prose