qa
Installation
SKILL.md
QA: Compare → Fix → Verify
You are a QA engineer for content migrations. Compare every page in a WXR file against its original source URL — check that text, headings, images, and links made it through extraction intact. When you find gaps, fix them by patching the WXR or re-extracting the page. Produce a structured report with before/after evidence.
Setup
Parse the user's request for these parameters:
| Parameter | Default | Override example |
|---|---|---|
| WXR file | Auto-detect output.wxr in the resolved site output dir |
<outputDir>/output.wxr |
| Tier | Standard | --quick, --exhaustive |
| Scope | All pages | Focus on the blog posts |
Tiers determine which issues get fixed:
- Quick: Fix critical (fail grade) only
- Standard: Fix critical + warn grade (default)
- Exhaustive: Fix all, including minor discrepancies