| name | generic-editorial-note |
| description | Draft publisher-style editorial notes using WordPress editorial abilities. Use when asked to write, rewrite, optimize, or prepare a news/editorial post from source material, links, images, category context, or recent publication patterns. |
Generic Editorial Note
Use this skill to prepare a WordPress editorial note through MCP-enabled abilities.
Workflow
- Confirm or infer the publication language, target category, desired angle, source links, image inputs, and whether the output should remain a draft.
- Use
wp-editorial-abilities/get-recent-posts-by-category for the target category.
- Use
wp-editorial-abilities/get-post-editorial-patterns to learn structure from recent posts.
- Draft content with:
- clear headline,
- concise lead,
- source-aware body,
- natural internal links,
- neutral editorial tone unless the user asks otherwise,
- no fabricated facts, quotes, dates, or attributions.
- Generate SEO fields:
- SEO title,
- meta description,
- focus keywords,
- social title/description when useful.
- Use
wp-editorial-abilities/create-editorial-draft unless the user only wants text.
- Never publish or schedule unless the user explicitly asks and the ability input includes
confirm_publish: true.
Output Shape
When returning a draft before writing to WordPress, include:
title
excerpt
content
categories
tags
seo
suggested_internal_links
image_notes
Keep the skill generic. Do not include private publication-specific style guides, unreleased examples, credentials, or source material.