wp-draft-validator

Regenerates article.html and validates wp-auto-poster drafts with SEO and structure checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-draft-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-draft-validator
Source: https://github.com/kumatotsu/wp-auto-poster-codex/tree/main/skills/wp-draft-validator
Command: npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-draft-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the validation of WordPress drafts before publishing, ensuring content quality, SEO readiness, and proper formatting, thereby preventing publishing errors and improving the overall content pipeline.

Core Features & Use Cases

  • Content Transformation: Converts article.source.html to article.html.
  • Draft Validation: Executes draft-validate and SEO audit scripts (yoast_quick_audit.py, article_structure_audit.py, article_quality_audit.py).
  • Pipeline Execution: Optionally runs generate-assets and run-pipeline to catch pre-publish blockers.
  • Error Triage: Identifies and suggests solutions for validation failures, routing them to the appropriate Skill.
  • Use Case: Before publishing a new blog post, use this Skill to automatically check if the HTML is correctly rendered, if the SEO meta descriptions are optimized, and if the article structure meets quality standards, flagging any issues for correction.

Quick Start

Use the wp-draft-validator skill to regenerate article.html and validate a wp-auto-poster draft for the slug 'my-new-post'.

Frequently Asked Questions about wp-draft-validator

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

FAQPage Schema
How do I validate a WordPress draft before publishing?

WordPress draft validation involves regenerating HTML content and running audit scripts for SEO and structural integrity. This process checks article rendering, quality standards, and asset generation to ensure publish readiness and prevent errors.

What does an SEO audit check for in a WordPress draft?

An SEO audit checks if WordPress drafts meet optimization standards by executing scripts like yoast_quick_audit.py. It verifies that meta descriptions are optimized and article structure meets quality standards before publishing.

How do I convert article.source.html to article.html for WordPress?

Converting article.source.html to article.html is handled through content transformation during the draft validation pipeline. The process renders the source HTML and validates the output structure to ensure it is correctly formatted for publishing.

Does the wp-auto-poster framework support automated content pipeline execution?

Yes, the wp-auto-poster framework supports automated content pipeline execution by optionally running generate-assets and run-pipeline commands. This catches pre-publish blockers and validates the full draft directory structure for successful execution.

Why does WordPress draft validation fail and how do I fix it?

WordPress draft validation fails when HTML rendering, SEO checks, or structural audits detect issues. The validation process identifies these failures, triages the errors, and suggests solutions by routing them to the appropriate Skill for correction.

Do I need specific Python scripts to run a WordPress draft validation?

Yes, running a WordPress draft validation requires specific Python scripts and adherence to draft directory structures. Scripts like yoast_quick_audit.py and article_structure_audit.py must be present to execute the SEO and quality audits successfully.