wordpress-live-validation
Installation
SKILL.md
WordPress Live Validation Skill
Overview
This skill loads a real WordPress post in a Playwright headless browser and verifies that what readers see matches what was uploaded. The browser is the source of truth -- REST API success does not guarantee correct rendering.
Browser backend selection: Playwright MCP (default) is used for automated validation and CI/CD. Use Chrome DevTools MCP when the user explicitly asks to "check in my browser" or "debug live", or when the task involves Lighthouse audits or performance profiling.
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| check specifications: severities, edge cases, JS extraction | validation-checks.md |
Loads detailed guidance from validation-checks.md. |
| Playwright MCP tool signatures, pitfalls, availability detection | playwright-tools.md |
Loads detailed guidance from playwright-tools.md. |
| step-by-step NAVIGATE, VALIDATE, RESPONSIVE procedures | phase-checks.md |
Loads detailed guidance from phase-checks.md. |
| Phase 4 REPORT output format | output-format.md |
Loads detailed guidance from output-format.md. |
| post-upload validation walkthrough; wordpress-uploader integration | examples.md |
Loads detailed guidance from examples.md. |
| errors, error handling | error-handling.md |
Loads detailed guidance from error-handling.md. |