bmad-editorial-review-structure

Execute editorial review instructions from an XML task file.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MeganHarrison/alleato-pm --skill bmad-editorial-review-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-editorial-review-structure
Source: https://github.com/MeganHarrison/alleato-pm/tree/main/.codex/skills/bmad-editorial-review-structure
Command: npx skills add https://github.com/MeganHarrison/alleato-pm --skill bmad-editorial-review-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of a predefined editorial review structure, ensuring consistency and adherence to established processes.

Core Features & Use Cases

  • Task File Execution: Reads and follows instructions from a specified XML task file.
  • Process Enforcement: Guarantees that a defined review structure is applied without deviation.
  • Use Case: When a new document requires an editorial review, this Skill can be invoked to automatically apply the standard review checklist and procedures outlined in the editorial-review-structure.xml file.

Quick Start

Execute the editorial-review-structure skill using the task file located at _bmad/core/tasks/editorial-review-structure.xml.

Frequently Asked Questions about bmad-editorial-review-structure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an editorial review process for standardizing content?

An editorial review structure is a standardized checklist of procedures stored in an XML task file that enforces consistent content evaluation. It ensures every document undergoes the same review process, eliminating variability across different reviewers or content batches.

How do I execute tasks from an XML file to apply a review checklist?

Apply a review checklist by pointing the skill to your XML task file, typically located in the core tasks directory. The skill parses the XML structure and sequentially executes the defined review instructions to evaluate your content systematically.

Can I use a custom XML task file to enforce a specific editorial review structure?

Yes, you can use a custom XML task file to define your specific review structure. The skill reads and follows the instructions from the specified XML file, allowing you to tailor the review process to your unique editorial standards and document requirements.

Does the editorial review structure skill work without additional dependencies?

Yes, the editorial review structure skill operates without additional dependencies. It solely requires the XML task file containing your review instructions to function, making it straightforward to integrate into existing content workflows without complex setup.

What happens if my document deviates from the predefined review structure?

The skill enforces strict process adherence by following the XML task file logic without deviation. If your document requires a different review process, you must update the XML task file itself rather than modifying the execution flow dynamically during the review.