Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计异常

bmad-editorial-review-prosebmad 社论评论散文

Agent Skill

bmad-editorial-review-prose 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,321

周安装

137

GitHub Stars

45,911

下载量

1,085
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bmad-editorial-review-prose(bmad 社论评论散文)
来源仓库:https://github.com/bmad-code-org/bmad-method
仓库路径:skills/bmad-editorial-review-prose
安装命令:
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-editorial-review-prose
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/bmad-code-org/bmad-method --skill bmad-editorial-review-prose

简介

bmad-editorial-review-prose 临床级校对文本,解决理解障碍类问题。

  • 依据微软写作风格指南基准,专注影响 comprehension 的问题。
  • 输出三列表格:原句、问题类型、修改建议,拒绝主观偏好改写。
  • 严格执行步骤顺序,遇 halt-condition 立即停止。
  • 安装前需准备待审文本,明确语言风格要求与目标读者。

SKILL.md

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 TextRevised TextChanges
The exact original passageThe suggested revisionBrief explanation of what changed and why

Example:

Original TextRevised TextChanges
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 optionsFixed 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)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.76%
按下载量换算355

Claude

30.02%
按下载量换算326

Cursor

17.98%
按下载量换算195

Gemini CLI

10.02%
按下载量换算109

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills