Qa chrome
Opinionated Claude Code foundation — Explore → TDD → Audit workflow, auto-detected stack presets (nextjs, fastapi, astro, ...), curl | bash install. MIT.
npx -y skills add christopherlouet/claude-base --skill qa-chromeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Visual tests and browser debugging via Chrome. Use to test web pages, verify visual rendering, debug with the console, or automate browser actions. Trigger when the user mentions "visual test", "Chrome", "browser", "browser console", "DOM", "screenshot", "GIF".
SKILL.md
2.3 KB, 487 tokens by cl100k_base, as published. Nobody here has run it
Visual Tests and Chrome Debugging (pointer)
DevTools features (network inspection, profiling, accessibility tree, console replay) are canonical at the Chrome team's MCP server:
ChromeDevTools/chrome-devtools-mcp— github.com/ChromeDevTools/chrome-devtools-mcp (Apache-2.0, maintained by the Google Chrome DevTools team). Configure in.mcp.jsonto give Claude Code direct programmatic access during a session.
This skill scopes to the manual-review checklist when using Claude Code's --chrome flag — what to look for, not how the API works.
Prerequisites
- Claude Code launched with
--chrome - "Claude in Chrome" extension v1.0.36+
- Google Chrome open (not Brave/Arc/Firefox; no headless mode; WSL unsupported)
Manual-review checklist
When asked to visually validate a page or flow:
- Page loads with no console error
- Layout correct (no overflow, no overlap, no z-index bug)
- Text readable (contrast meets WCAG AA — see
wcag-audit) - Images loaded (no broken sources, lazy-load completes)
- Links functional (no 404 in network panel)
- Forms submittable (validation triggers on bad input)
- Responsive OK across mobile/tablet/desktop breakpoints — see
qa-design(responsive category) - No network error (no 4xx/5xx unless intentional)
Expected output
Structured report:
- Screenshots/GIFs of issues
- List of console + network errors with source location
- Recommendations sorted by severity
- Overall verdict:
OK/Warnings/Errors
See also
chrome-devtools-mcp(vendor MCP server, programmatic layer) —docs/recipes/recommended-vendor-skills.mdqa-designskill — UI/UX heuristics + responsive/breakpoint testing complementwcag-audit— accessibility gate when contrast/readability issues surface- Audit pilot trace:
specs/marketplace-audit/qa-skills-pilot-2026-05-06.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.