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'.