What problem does it solve?
Manual web application QA testing is often inconsistent, misses hidden issues like silent JavaScript errors or edge case failures, and produces unstructured reports that are hard for engineering teams to act on quickly.
Core Features & Use Cases
- 5-Phase Systematic Workflow: A structured plan-explore-collect-categorize-report process that ensures full coverage of pages, user flows, forms, and edge cases like empty states and error pages.
- Automated Evidence Capture: Integrates browser automation tools to take annotated screenshots, log console errors, and record exact reproduction steps for every issue found.
- Standardized Issue Classification: Uses a built-in taxonomy to categorize bugs by severity (Critical to Low) and type (Functional, Visual, Accessibility, etc.) for clear, prioritized reporting.
Use case: A product team preparing for a feature launch can use this skill to run end-to-end exploratory testing on their web app, catch a broken checkout flow and uncaught console errors, and output a structured report with screenshots and reproduction steps for the engineering team to fix quickly.
Quick Start
Use the dogfood skill to perform exploratory QA testing on the web application at https://your-app.com, focusing on the user authentication and checkout flows, and save the final bug report to the ./qa-results directory.