drupal-content-moderation

Define and manage Drupal content moderation workflows with states and transitions.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-content-moderation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drupal-content-moderation
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/drupal-core/skills/drupal-content-moderation
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill drupal-content-moderation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editorial workflows in Drupal can be complex to set up and enforce across multiple content types. This Skill helps teams define standard states, transitions, and attachments, enabling consistent publication governance.

Core Features & Use Cases

  • Workflow creation and default state setup (e.g., Draft and Published) for content types and bundles.
  • State and transition configuration with machine names, labels, and published/default_revision flags.
  • Entity-type attachments to map workflows to specific content types and bundles (e.g., node:article, node:page) and enforce governance across editorial pipelines.
  • Use Case: Apply a standard editorial process to all articles to ensure staged publishing and clear approval paths.

Quick Start

Create a new editorial workflow with Draft and Published states and attach it to the article content type.

Frequently Asked Questions about drupal-content-moderation

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

FAQPage Schema
How do I automate Drupal content moderation workflows across multiple content types?

You can automate Drupal content moderation workflows by defining standard editorial states, mapping state transitions, and attaching workflows to specific entity types like node:article to enforce consistent publication governance.

What is the best way to configure editorial state transitions in Drupal?

The best way to configure editorial state transitions in Drupal is to set up machine names, labels, and published or default revision flags for each state, ensuring clear approval paths and staged publishing across bundles.

Can I apply a single Drupal content moderation workflow to different bundles?

Yes, you can apply a single Drupal content moderation workflow to different bundles by configuring entity-type attachments, mapping the workflow to specific content types like node:article and node:page for consistent editorial pipelines.

How does Drupal content moderation handle permissions governance for editors?

Drupal content moderation handles permissions governance by defining state transitions and workflow attachments, ensuring content authors and editors follow standardized approval paths before changing published or default revision states.

Do I need to configure default revision flags when setting up Drupal editorial workflows?

Yes, configuring default revision flags is essential when setting up Drupal editorial workflows to properly manage state transitions between Draft and Published states and maintain accurate revision history across content bundles.