What problem does it solve? Manually verifying that a design system component meets quality standards is slow and inconsistent. This Skill automates the QA audit of components in @design-system/react, checking compilation, token usage, accessibility, variants, and Storybook Test Runner results, then producing a scored report. ## Core Features & Use Cases - Automated Testing: Runs Storybook Test Runner with axe-core to validate visual rendering and WCAG 2.1 AA accessibility across all component variants. - Token Compliance Check: Uses grep-based detection to find hardcoded hex/px values that should come from design tokens or the typed theme. - Scored Scorecard: Generates a 0-12 scorecard saved to .agents/qa/ with severity-classified findings (file:line and suggested fixes). - Use Case: After migrating a Button component with component-migrator, run this QA to confirm it compiles, passes a11y checks, covers all states, and is ready for code review before merging. ## Quick Start Ask the agent to run QA on the Button component of the design system and generate the scorecard.