What problem does it solve? Manually verifying web application features, accessibility compliance, and user flows after every change is slow and error-prone. This Skill delegates that work to the ScoutQA CLI, which autonomously explores a website, discovers bugs, and reports issues with severity and location. ## Core Features & Use Cases - Autonomous Exploratory Testing: Describe what to test in natural language and ScoutQA determines how to test it, covering smoke tests, form validation, checkout flows, and authentication. - Parallel Test Execution: Launch multiple tests simultaneously (e.g., security, core features, accessibility) to maximize coverage while continuing other work. - Issue Tracking & Verification: List issues from a past execution with list-issues and re-verify fixes with issue-verify. - Use Case: After implementing a registration form on localhost:3000, proactively run a ScoutQA test to verify validation rules, error messages, and edge cases before shipping. ## Quick Start Ask the assistant to test your website with ScoutQA, for example: run an exploratory test on https://example.com checking the login flow and accessibility compliance.