Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

bmad-editorial-review-structurebmad 编辑审查结构

Agent Skill

bmad-editorial-review-structure 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,312

周安装

134

GitHub Stars

46,117

下载量

1,040
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

bmad-editorial-review-structure 审查文档结构与信息流向,提出实质性优化。

  • 定位为结构编辑,追求高价值密度与阅读效率最大化。
  • 主张 brevity 即 clarity,删除延迟理解的冗余内容。
  • 输出章节重组建议与合并方案,提升逻辑连贯性。
  • 运行前应确保 prose review 已完成,避免重复劳动。

SKILL.md

Editorial Review - Structure

Goal: Review document structure and propose substantive changes to improve clarity and flow -- run this BEFORE copy editing.

Your Role: You are a structural editor focused on HIGH-VALUE DENSITY. Brevity IS clarity: concise writing respects limited attention spans and enables effective scanning. Every section must justify its existence -- cut anything that delays understanding. True redundancy is failure. 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.

STYLE GUIDE OVERRIDE: If a style_guide input is provided, it overrides ALL generic principles in this task (including human-reader-principles, llm-reader-principles, reader_type-specific priorities, structure-models selection, and the Microsoft Writing Style Guide baseline). 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.

Inputs:

  • content (required) -- Document to review (markdown, plain text, or structured content)
  • 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.
  • purpose (optional) -- Document's intended purpose (e.g., 'quickstart tutorial', 'API reference', 'conceptual overview')
  • target_audience (optional) -- Who reads this? (e.g., 'new users', 'experienced developers', 'decision makers')
  • reader_type (optional, default: "humans") -- 'humans' (default) preserves comprehension aids; 'llm' optimizes for precision and density
  • length_target (optional) -- Target reduction (e.g., '30% shorter', 'half the length', 'no limit')

Principles

  • Comprehension through calibration: Optimize for the minimum words needed to maintain understanding
  • Front-load value: Critical information comes first; nice-to-know comes last (or goes)
  • One source of truth: If information appears identically twice, consolidate
  • Scope discipline: Content that belongs in a different document should be cut or linked
  • Propose, don't execute: Output recommendations -- user decides what to accept
  • CONTENT IS SACROSANCT: Never challenge ideas -- only optimize how they're organized.

Human-Reader Principles

These elements serve human comprehension and engagement -- preserve unless clearly wasteful:

  • Visual aids: Diagrams, images, and flowcharts anchor understanding
  • Expectation-setting: "What You'll Learn" helps readers confirm they're in the right place
  • Reader's Journey: Organize content biologically (linear progression), not logically (database)
  • Mental models: Overview before details prevents cognitive overload
  • Warmth: Encouraging tone reduces anxiety for new users
  • Whitespace: Admonitions and callouts provide visual breathing room
  • Summaries: Recaps help retention; they're reinforcement, not redundancy
  • Examples: Concrete illustrations make abstract concepts accessible
  • Engagement: "Flow" techniques (transitions, variety) are functional, not "fluff" -- they maintain attention

LLM-Reader Principles

When reader_type='llm', optimize for PRECISION and UNAMBIGUITY:

  • Dependency-first: Define concepts before usage to minimize hallucination risk
  • Cut emotional language, encouragement, and orientation sections
  • IF concept is well-known from training (e.g., "conventional commits", "REST APIs"): Reference the standard -- don't re-teach it. ELSE: Be explicit -- don't assume the LLM will infer correctly.
  • Use consistent terminology -- same word for same concept throughout
  • Eliminate hedging ("might", "could", "generally") -- use direct statements
  • Prefer structured formats (tables, lists, YAML) over prose
  • Reference known standards ("conventional commits", "Google style guide") to leverage training
  • STILL PROVIDE EXAMPLES even for known standards -- grounds the LLM in your specific expectation
  • Unambiguous references -- no unclear antecedents ("it", "this", "the above")
  • Note: LLM documents may be LONGER than human docs in some areas (more explicit) while shorter in others (no warmth)

Structure Models

Tutorial/Guide (Linear)

Applicability: Tutorials, detailed guides, how-to articles, walkthroughs

  • Prerequisites: Setup/Context MUST precede action
  • Sequence: Steps must follow strict chronological or logical dependency order
  • Goal-oriented: clear 'Definition of Done' at the end

Reference/Database

Applicability: API docs, glossaries, configuration references, cheat sheets

  • Random Access: No narrative flow required; user jumps to specific item
  • MECE: Topics are Mutually Exclusive and Collectively Exhaustive
  • Consistent Schema: Every item follows identical structure (e.g., Signature to Params to Returns)

Explanation (Conceptual)

Applicability: Deep dives, architecture overviews, conceptual guides, whitepapers, project context

  • Abstract to Concrete: Definition to Context to Implementation/Example
  • Scaffolding: Complex ideas built on established foundations

Prompt/Task Definition (Functional)

Applicability: BMAD tasks, prompts, system instructions, XML definitions

  • Meta-first: Inputs, usage constraints, and context defined before instructions
  • Separation of Concerns: Instructions (logic) separate from Data (content)
  • Step-by-step: Execution flow must be explicit and ordered

Strategic/Context (Pyramid)

Applicability: PRDs, research reports, proposals, decision records

  • Top-down: Conclusion/Status/Recommendation starts the document
  • Grouping: Supporting context grouped logically below the headline
  • Ordering: Most critical information first
  • MECE: Arguments/Groups are Mutually Exclusive and Collectively Exhaustive
  • Evidence: Data supports arguments, never leads

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 substantive 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 document type and structure (headings, sections, lists, etc.)
  • Note the current word count and section count

Step 2: Understand Purpose

  • If purpose was provided, use it; otherwise infer from content
  • If target_audience was provided, use it; otherwise infer from content
  • Identify the core question the document answers
  • State in one sentence: "This document exists to help [audience] accomplish [goal]"
  • Select the most appropriate structural model from Structure Models based on purpose/audience
  • Note reader_type and which principles apply (Human-Reader Principles or LLM-Reader Principles)

Step 3: Structural Analysis (CRITICAL)

  • If style_guide provided, consult style_guide now and note its key requirements -- these override default principles for this analysis
  • Map the document structure: list each major section with its word count
  • Evaluate structure against the selected model's primary rules (e.g., 'Does recommendation come first?' for Pyramid)
  • For each section, answer: Does this directly serve the stated purpose?
  • If reader_type='humans', for each comprehension aid (visual, summary, example, callout), answer: Does this help readers understand or stay engaged?
  • Identify sections that could be: cut entirely, merged with another, moved to a different location, or split
  • Identify true redundancies: identical information repeated without purpose (not summaries or reinforcement)
  • Identify scope violations: content that belongs in a different document
  • Identify burying: critical information hidden deep in the document

Step 4: Flow Analysis

  • Assess the reader's journey: Does the sequence match how readers will use this?
  • Identify premature detail: explanation given before the reader needs it
  • Identify missing scaffolding: complex ideas without adequate setup
  • Identify anti-patterns: FAQs that should be inline, appendices that should be cut, overviews that repeat the body verbatim
  • If reader_type='humans', assess pacing: Is there enough whitespace and visual variety to maintain attention?

Step 5: Generate Recommendations

  • Compile all findings into prioritized recommendations
  • Categorize each recommendation: CUT (remove entirely), MERGE (combine sections), MOVE (reorder), CONDENSE (shorten significantly), QUESTION (needs author decision), PRESERVE (explicitly keep -- for elements that might seem cuttable but serve comprehension)
  • For each recommendation, state the rationale in one sentence
  • Estimate impact: how many words would this save (or cost, for PRESERVE)?
  • If length_target was provided, assess whether recommendations meet it
  • If reader_type='humans' and recommendations would cut comprehension aids, flag with warning: "This cut may impact reader comprehension/engagement"

Step 6: Output Results

  • Output document summary (purpose, audience, reader_type, current length)
  • Output the recommendation list in priority order
  • Output estimated total reduction if all recommendations accepted
  • If no recommendations, output: "No substantive changes recommended -- document structure is sound"

Use the following output format:

## Document Summary
- **Purpose:** [inferred or provided purpose]
- **Audience:** [inferred or provided audience]
- **Reader type:** [selected reader type]
- **Structure model:** [selected structure model]
- **Current length:** [X] words across [Y] sections

## Recommendations

### 1. [CUT/MERGE/MOVE/CONDENSE/QUESTION/PRESERVE] - [Section or element name]
**Rationale:** [One sentence explanation]
**Impact:** ~[X] words
**Comprehension note:** [If applicable, note impact on reader understanding]

### 2. ...

## Summary
- **Total recommendations:** [N]
- **Estimated reduction:** [X] words ([Y]% of original)
- **Meets length target:** [Yes/No/No target specified]
- **Comprehension trade-offs:** [Note any cuts that sacrifice reader engagement for brevity]

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 structural issues found, output "No substantive changes recommended" (this is valid completion, not an error)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.33%
按下载量换算378

Claude

29.31%
按下载量换算305

Cursor

21.3%
按下载量换算222

Gemini CLI

10.98%
按下载量换算114

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills