qa-standards

Enforce Lighthouse, accessibility, and structured-data thresholds before website deployment.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/calebaero/website-factory --skill qa-standards
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-standards
Source: https://github.com/calebaero/website-factory/tree/main/skills/qa-standards
Command: npx skills add https://github.com/calebaero/website-factory --skill qa-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA gating standardizes the quality gate for every website built with the website-factory pipeline, ensuring Lighthouse thresholds, accessibility (WCAG AA), and structured-data validation are satisfied before deployment.

Core Features & Use Cases

  • Standardized thresholds per archetype (brochure, editable_brochure, app_lite) for performance, accessibility, and SEO.
  • Per-route and site-wide checks that produce a qa-report.json summarizing findings and severities.
  • Auto-load triggers when a task mentions QA, Lighthouse, accessibility audits, a11y, WCAG, broken links, performance budgets, qa-report, or "is this ready to ship".
  • Central policy reference that informs planning, development, and deployment gates.

Quick Start

Integrate QA standards into your deployment gate to automatically validate Lighthouse, a11y, and structured-data compliance before shipping.

Frequently Asked Questions about qa-standards

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

FAQPage Schema
How do I enforce Lighthouse and accessibility thresholds before web deployment?▼

To enforce Lighthouse and accessibility thresholds before web deployment, integrate a QA gating policy that validates WCAG AA compliance and performance budgets per route, generating a qa-report.json to summarize structural findings and severities.

What is structured-data validation in a QA report?▼

Structured-data validation in a QA report is the automated process of verifying that schema markup across built websites meets specified SEO thresholds, ensuring pages pass quality assurance checks prior to shipping.

Can I apply different performance budgets for brochure versus app_lite website archetypes?▼

Yes, you can apply different performance budgets for brochure versus app_lite website archetypes. The QA standards define standardized thresholds per archetype, ensuring specific performance, accessibility, and SEO rules apply distinctly to each site type.

How do I automate a11y and broken link checks across my site?▼

Automate a11y and broken link checks across your site by loading a QA standards policy that triggers automatically during the QA phase, validating per-page and site-wide rules against WCAG AA accessibility thresholds prior to deployment.

Does QA gating work without external dependencies?▼

Yes, QA gating works without external dependencies. The skill operates standalone to enforce Lighthouse, accessibility, and structured-data thresholds, serving as the central policy reference and source of truth for automated QA workflows.