qa

Solid

Visual + a11y QA — screenshot-first critique, contrast, touch targets, mockup-vs-impl diff. For adversarial logic checks use `/verify`. Triggers "visual QA", "QA check", "does this look right", "a11y check", "contrast check", post-component changes.

Testing & QA 29 stars 3 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
49
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Visual QA Validation Visual and accessibility validation using the Chrome DevTools MCP. Combines automated tooling with structured design review methodology. ## Core Philosophy - **Screenshot first, then critique.** Always look at the actual rendered output, not just the code. - **Be specific.** "The spacing looks off" is useless. "The gap between the heading and paragraph is 32px but should be 16px based on the surrounding spacing rhythm" is useful. - **Prioritize impact.** Not every pixel matters. Focus on what users will actually notice. - **Reference the intent.** Compare against design tokens, mockups, or stated design goals. ## Quick Start The Chrome DevTools MCP exposes browser automation as tool calls. Typical sequence: 1. `mcp__chrome-devtools__navigate_page` (type: "url", url: "http://localhost:3000") — load the page 2. `mcp__chrome-devtools__take_snapshot` — text-based a11y tree with element `uid`s (cheap, preferred first step) 3. `mcp__chrome-devtools__take_screenshot` — visual capture for review 4. Interact via `click` / `fill` / `hover` / `press_key` using the `uid`s from the snapshot --- ## Review Categories (Priority Order) ### 1. Layout & Spacing **Check for:** - Consistent spacing rhythm (is everything on the spacing grid?) - Alignment -- are elements that should be aligned actually aligned? - Padding consistency within similar components - Container widths and max-widths - No horizontal overflow - Responsive behavior (if multiple viewport screen...

Details

Author
darkroomengineering
Repository
darkroomengineering/cc-settings
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Related Skills