What problem does it solve?
QA-site automates the gate for deploying websites by running standardized mechanical checks and Claude-based reviews against qa-standards and security baselines. It generates both human-readable reports (qa-report.md) and machine-readable findings (qa-report.json), and a concrete fix list (fix-list.md) to unblock deployment. This reduces manual QA toil and guards against regressions in production-ready sites.
Core Features & Use Cases
- Mechanical checks: re-run smoke checks, type checks, and builds when dependencies exist; collects outputs to surface failures early.
- Claude-based review: analyzes the site structure, content, accessibility, SEO, and conversion readiness against qa-standards and security-baseline, producing qa-report.md and fix-list.md.
- Outputs and workflow: writes qa-report.md, qa-report.json, and fix-list.md at the project root; updates marker status for deployment gating.
Quick Start
Invoke the QA gate on a built site by running /website-factory:qa-site <site-dir> after the site has been scaffolded and built.