Agent Skillsterryso/open-agent-sdk-swift › bmad-editorial-review-prose

bmad-editorial-review-prose

GitHub

临床级文本校对技能,依据微软写作指南审查文本沟通问题。支持自定义风格指南和读者类型,通过三步流程定位并输出修复建议表格,仅修正影响理解的表达,保留原意与结构。

.agents/skills/bmad-editorial-review-prose/SKILL.md terryso/open-agent-sdk-swift

Trigger Scenarios

用户要求审查文本的沟通问题 用户希望改进文本的行文流畅度

Install

npx skills add terryso/open-agent-sdk-swift --skill bmad-editorial-review-prose -g -y
More Options

Non-standard path

npx skills add https://github.com/terryso/open-agent-sdk-swift/tree/main/.agents/skills/bmad-editorial-review-prose -g -y

Use without installing

npx skills use terryso/open-agent-sdk-swift@bmad-editorial-review-prose

指定 Agent (Claude Code)

npx skills add terryso/open-agent-sdk-swift --skill bmad-editorial-review-prose -a claude-code -g -y

安装 repo 全部 skill

npx skills add terryso/open-agent-sdk-swift --all -g -y

预览 repo 内 skill

npx skills add terryso/open-agent-sdk-swift --list

SKILL.md

Frontmatter
{
    "name": "bmad-editorial-review-prose",
    "description": "Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose"
}

Editorial Review - Prose

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:

  • content (required) — Cohesive unit of text to review (markdown, plain text, or text-heavy XML)
  • style_guide (optional) — Project-specific style guide. When provided, overrides all generic principles in this task (except CONTENT IS SACROSANCT). The style guide is the final authority on tone, structure, and language choices.
  • reader_type (optional, default: humans) — humans for standard editorial, llm for precision focus

PRINCIPLES

  1. Minimal intervention: Apply the smallest fix that achieves clarity
  2. Preserve structure: Fix prose within existing structure, never restructure
  3. Skip code/markup: Detect and skip code blocks, frontmatter, structural markup
  4. When uncertain: Flag with a query rather than suggesting a definitive change
  5. Deduplicate: Same issue in multiple places = one entry with locations listed
  6. No conflicts: Merge overlapping fixes into single entries
  7. Respect author voice: Preserve intentional stylistic choices

STYLE 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.

STEPS

Step 1: Validate Input

  • Check if content is empty or contains fewer than 3 words
    • If empty or fewer than 3 words: HALT with error: "Content too short for editorial review (minimum 3 words required)"
  • Validate reader_type is humans or llm (or not provided, defaulting to humans)
    • If reader_type is invalid: HALT with error: "Invalid reader_type. Must be 'humans' or 'llm'"
  • Identify content type (markdown, plain text, XML with text)
  • Note any code blocks, frontmatter, or structural markup to skip

Step 2: Analyze Style

  • Analyze the style, tone, and voice of the input text
  • Note any intentional stylistic choices to preserve (informal tone, technical jargon, rhetorical patterns)
  • Calibrate review approach based on reader_type:
    • If llm: Prioritize unambiguous references, consistent terminology, explicit structure, no hedging
    • If humans: Prioritize clarity, flow, readability, natural progression

Step 3: Editorial Review (CRITICAL)

  • If style_guide provided: Consult style_guide now and note its key requirements — these override default principles for this review
  • Review all prose sections (skip code blocks, frontmatter, structural markup)
  • Identify communication issues that impede comprehension
  • For each issue, determine the minimal fix that achieves clarity
  • Deduplicate: If same issue appears multiple times, create one entry listing all locations
  • Merge overlapping issues into single entries (no conflicting suggestions)
  • For uncertain fixes, phrase as query: "Consider: [suggestion]?" rather than definitive change
  • Preserve author voice — do not "improve" intentional stylistic choices

Step 4: Output Results

  • If issues found: Output a three-column markdown table with all suggested fixes
  • If no issues found: Output "No editorial issues identified"

Output 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)

HALT CONDITIONS

  • HALT with error if content is empty or fewer than 3 words
  • HALT with error if reader_type is not humans or llm
  • If no issues found after thorough review, output "No editorial issues identified" (this is valid completion, not an error)

Version History

  • 0.12.0 Current 2026-07-24 22:33

Same Skill Collection

.agents/skills/bmad-advanced-elicitation/SKILL.md
.agents/skills/bmad-agent-analyst/SKILL.md
.agents/skills/bmad-agent-architect/SKILL.md
.agents/skills/bmad-agent-dev/SKILL.md
.agents/skills/bmad-agent-pm/SKILL.md
.agents/skills/bmad-agent-tech-writer/SKILL.md
.agents/skills/bmad-agent-ux-designer/SKILL.md
.agents/skills/bmad-check-implementation-readiness/SKILL.md
.agents/skills/bmad-checkpoint-preview/SKILL.md
.agents/skills/bmad-code-review/SKILL.md
.agents/skills/bmad-correct-course/SKILL.md
.agents/skills/bmad-create-architecture/SKILL.md
.agents/skills/bmad-create-epics-and-stories/SKILL.md
.agents/skills/bmad-create-prd/SKILL.md
.agents/skills/bmad-create-story/SKILL.md
.agents/skills/bmad-create-ux-design/SKILL.md
.agents/skills/bmad-customize/SKILL.md
.agents/skills/bmad-dev-story/SKILL.md
.agents/skills/bmad-distillator/SKILL.md
.agents/skills/bmad-document-project/SKILL.md
.agents/skills/bmad-domain-research/SKILL.md
.agents/skills/bmad-edit-prd/SKILL.md
.agents/skills/bmad-editorial-review-structure/SKILL.md
.agents/skills/bmad-generate-project-context/SKILL.md
.agents/skills/bmad-help/SKILL.md
.agents/skills/bmad-index-docs/SKILL.md
.agents/skills/bmad-investigate/SKILL.md
.agents/skills/bmad-market-research/SKILL.md
.agents/skills/bmad-party-mode/SKILL.md
.agents/skills/bmad-prd/SKILL.md
.agents/skills/bmad-prfaq/SKILL.md
.agents/skills/bmad-product-brief/SKILL.md
.agents/skills/bmad-qa-generate-e2e-tests/SKILL.md
.agents/skills/bmad-quick-dev/SKILL.md
.agents/skills/bmad-retrospective/SKILL.md
.agents/skills/bmad-review-adversarial-general/SKILL.md
.agents/skills/bmad-review-edge-case-hunter/SKILL.md
.agents/skills/bmad-shard-doc/SKILL.md
.agents/skills/bmad-spec/SKILL.md
.agents/skills/bmad-sprint-planning/SKILL.md
.agents/skills/bmad-sprint-status/SKILL.md
.agents/skills/bmad-story-automator-review/SKILL.md
.agents/skills/bmad-tea/SKILL.md
.agents/skills/bmad-teach-me-testing/SKILL.md
.agents/skills/bmad-technical-research/SKILL.md
.agents/skills/bmad-testarch-atdd/SKILL.md
.agents/skills/bmad-testarch-automate/SKILL.md
.agents/skills/bmad-testarch-ci/SKILL.md
.agents/skills/bmad-testarch-framework/SKILL.md

Metadata

Files
0
Version
0.12.0
Hash
b3687fe8
Indexed
2026-07-24 22:33

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 09:37
浙ICP备14020137号-1 $Гость$