qa
A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code.
Setup & Installation
What This Skill Does
A QA skill that runs browser-based testing on web applications, finds bugs, and fixes them in source code. Each fix gets its own atomic commit. Covers three tiers: Quick (critical/high only), Standard (adds medium severity), and Exhaustive (adds cosmetic issues). Produces a structured report with health scores and before/after screenshot evidence.
Unlike manual QA or separate lint/test tools, this skill finds bugs in a running browser, fixes them in source, and re-verifies in one uninterrupted loop with commit-level traceability for every change.
When to use it
- Running Quick-tier checks before merging a feature branch
- Testing every form and interactive element on a Rails or Next.js app
- Getting a health score delta after a batch of bug fixes
- Verifying that a new checkout flow works end-to-end with screenshot evidence
- Automatically filing regression tests for each bug fixed during a QA session
Similar Skills
wp-phpstan
Configures and runs PHPStan static analysis in WordPress codebases.
web-quality-audit
Runs a web quality audit across performance, accessibility, SEO, and best practices based on Google Lighthouse checks.
core-web-vitals
Diagnoses and fixes Core Web Vitals issues across LCP, INP, and CLS.
webapp-testing
Automates interaction with local web applications using Python Playwright.
