What problem does it solve? Scripted regression tests only cover known paths, so edge-case bugs in auth, chat, notes, settings, and admin flows slip through. This Skill performs charter-driven exploratory testing against a local dev server and converts confirmed findings into structured, deduplicated GitHub issues. ## Core Features & Use Cases - Charter-based exploration: Six scoped charters (AUTH, NOTES, CHAT, SETTINGS, ADMIN, MOBILE) with step budgets, suspicious-symptom checklists, and console/pageerror/5xx listeners. - Reproduce-before-filing discipline: Every finding must reproduce twice, with the second reproduction as a minimal Playwright script embedded verbatim in the issue. - Triage and dedupe: Severity levels S1-S4, automatic dedupe against open qa-explorer-labeled issues via gh issue list, and comments on existing issues instead of duplicates. - Use Case: Ask for a "qa sweep" of the notes feature; the Skill boots the app on port 7779, creates a fresh user, probes unicode/XSS/rapid-mutation edge cases, and files an S2 issue with a runnable repro script. ## Quick Start Ask the assistant to run a qa sweep on the chat charter and file GitHub issues for any bugs it can reproduce twice.