What problem does it solve?
Manual QA testing is time-consuming, inconsistent, and often misses critical bugs that slip into production. This skill automates the entire QA workflow for web applications, from running tests to fixing identified issues and verifying fixes, so you can ship stable products faster without manual testing overhead.
Core Features & Use Cases
- Tiered QA Testing: Choose between Quick (critical/high bugs only), Standard (adds medium severity), or Exhaustive (includes cosmetic issues) testing depth to match your release needs.
- Automated Bug Fixing: Automatically fixes identified bugs in source code, commits each fix atomically, and re-runs tests to verify the fix works without introducing regressions.
- Ship-Readiness Reporting: Generates before/after health scores, detailed issue reports, and a clear ship-readiness summary so you know exactly if your app is ready to deploy.
- Use Case: You just finished building a new user dashboard feature. Run this skill to catch broken links, form validation errors, console exceptions, and layout issues, then get a report showing the app's health score and whether it's safe to merge to production.
Quick Start
Use the qa skill to run a full QA test on your current web application and fix any bugs that are found.