What problem does it solve? Verifying that a web application meets performance, accessibility, security, and visual quality standards requires juggling multiple tools like k6, axe-core, Lighthouse, and Playwright, each with its own configuration and thresholds. This Skill consolidates all non-functional testing into a single guided workflow with predefined commands and budgets. ## Core Features & Use Cases - Load and Performance Testing: Run k6 scenarios against health, auth, canvas, AI, and collaboration endpoints with p95 latency thresholds. - Accessibility Audits: Enforce WCAG 2.1 AA compliance using axe-core with Playwright, failing CI on critical or serious violations. - Performance Budgets and Security Scans: Validate Lighthouse scores, Core Web Vitals, and bundle sizes, plus run npm audit and Snyk dependency scans. - Use Case: Before merging a UI change, run the full non-functional suite to confirm the editor page still meets Lighthouse budgets, passes WCAG checks, and matches visual baselines. ## Quick Start Ask the assistant to run the full non-functional test suite for the project and report any threshold violations.