bmad-editorial-review-structure

Executes editorial-review-structure workflows from a specified XML task file.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-editorial-review-structure-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-editorial-review-structure
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/bmad-editorial-review-structure
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill bmad-editorial-review-structure-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of a predefined editorial-review-structure workflow by reading and applying the task file at the project root.

Core Features & Use Cases

  • Reads the editorial-task XML and follows instructions exactly as written to guarantee deterministic results.
  • Supports strict adherence to a structured task file for content audits, reviews, and compliance checks.
  • Ensures traceable outcomes by executing steps in the specified order with minimal human intervention.

Quick Start

Open the task file at {project-root}/_bmad/core/tasks/editorial-review-structure.xml and execute the instructions exactly as written.

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 editorial review workflows from an XML task file?

Automating editorial review workflows from an XML task file requires reading the structured task definitions and executing the specified steps in exact order. This Skill reads the editorial-review-structure.xml file to drive deterministic content audits and compliance checks.

What is an editorial-review-structure task used for in documentation projects?

An editorial-review-structure task is used to enforce strict adherence to predefined review steps for documentation and compliance checks. It guarantees deterministic, traceable outcomes by executing instructions exactly as written in the XML file with minimal human intervention.

How do I execute editorial review steps deterministically for content audits?

To execute editorial review steps deterministically for content audits, you read the XML task file located at the project root and apply its instructions exactly as written. This ensures traceable outcomes by processing the defined workflow steps in their specified order.

Do I need a specific XML file structure to automate compliance checks?

Yes, automating compliance checks requires a specific XML task file located at {project-root}/_bmad/core/tasks/editorial-review-structure.xml. The Skill reads this file and follows its structured instructions exactly as written to guarantee deterministic behavior.

Can I use this structured task file approach for documentation reviews without manual intervention?

Yes, you can use this structured task file approach for documentation reviews with minimal human intervention. It ensures traceable outcomes by reading the XML task file and executing the editorial review instructions in the specified order.

What are the limitations of using a fixed XML task file for editorial workflows?

The limitation of using a fixed XML task file for editorial workflows is that behavior is strictly deterministic based on the file's contents. The Skill executes instructions exactly as written, meaning it cannot adapt dynamically outside the predefined structure.