After deploying a new feature, you need to check that everything works. This browser automation tool runs smoke tests to find console errors and broken network requests. It also takes screenshots at different screen sizes.
It goes further by clicking every link and submitting forms to test interactions. It can run visual regression checks against previous screenshots. It also checks for accessibility issues like missing alt text and low contrast.
Safety is built in. By default it only runs read-only tests on staging or preview URLs. It never uses real production logins or changes data without explicit approval.
Global
mkdir -p ~/.claude/skills/browser-qaProject
mkdir -p .claude/skills/browser-qaSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step