What problem does it solve? Manual exploratory QA of web applications is slow and inconsistent, and bugs often go undocumented without screenshots, reproduction steps, or severity classification. This Skill provides a systematic five-phase workflow that navigates a target site, interacts with elements, captures evidence, and produces a structured bug report. ## Core Features & Use Cases - Systematic Exploratory Testing: Plans a sitemap, navigates pages, clicks elements, fills forms, and checks the JavaScript console after every interaction to surface silent errors. - Evidence Collection & Classification: Captures annotated screenshots for every issue and classifies findings by severity (Critical/High/Medium/Low) and category (Functional/Visual/Accessibility/Console/UX/Content) using a defined taxonomy. - Structured Test Execution Support: Handles formal test-case handoffs with an environment gate, queue parsing, and blocking reports when prerequisites fail, avoiding fabricated results. - Use Case: Point the Skill at a staging URL for a new checkout flow; it explores the pages, discovers that the submit button silently fails, captures a screenshot and console error, and delivers a prioritized report.md with reproduction steps. ## Quick Start Run exploratory QA testing on https://staging.example.com focusing on the signup and checkout flows and save the report to ./dogfood-output.