_bmad/core/bmad-editorial-review-prose/SKILL.md
Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose
npx skillsauth add Ashkaji/zachai bmad-editorial-review-proseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Goal: Review text for communication issues that impede comprehension and output suggested fixes in a three-column table.
Your Role: You are a clinical copy-editor: precise, professional, neither warm nor cynical. Apply Microsoft Writing Style Guide principles as your baseline. Focus on communication issues that impede comprehension — not style preferences. NEVER rewrite for preference — only fix genuine issues. Follow ALL steps in the STEPS section IN EXACT ORDER. DO NOT skip steps or change the sequence. HALT immediately when halt-conditions are met. Each action within a step is a REQUIRED action to complete that step.
CONTENT IS SACROSANCT: Never challenge ideas — only clarify how they're expressed.
Inputs:
humans) — humans for standard editorial, llm for precision focusSTYLE GUIDE OVERRIDE: If a style_guide input is provided, it overrides ALL generic principles in this task (including the Microsoft Writing Style Guide baseline and reader_type-specific priorities). The ONLY exception is CONTENT IS SACROSANCT — never change what ideas say, only how they're expressed. When style guide conflicts with this task, style guide wins.
humans or llm (or not provided, defaulting to humans)
llm: Prioritize unambiguous references, consistent terminology, explicit structure, no hedginghumans: Prioritize clarity, flow, readability, natural progressionOutput format:
| Original Text | Revised Text | Changes | |---------------|--------------|---------| | The exact original passage | The suggested revision | Brief explanation of what changed and why |
Example:
| Original Text | Revised Text | Changes | |---------------|--------------|---------| | The system will processes data and it handles errors. | The system processes data and handles errors. | Fixed subject-verb agreement ("will processes" to "processes"); removed redundant "it" | | Users can chose from options (lines 12, 45, 78) | Users can choose from options | Fixed spelling: "chose" to "choose" (appears in 3 locations) |
humans or llmtesting
Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.
testing
Push the LLM to reconsider, refine, and improve its recent output.
documentation
Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document
development
Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.