What problem does it solve?
This Skill prevents risky releases by executing a repository-wide QA gate like a real user, covering verification, build quality, tests, and end-to-end flows across CLI, HTTP, and (when available) browser interfaces.
Core Features & Use Cases
- Repository QA contract discovery: Automatically discovers the project’s install, verify, lint, build, test, and start commands and records key CI/E2E and Web UI signals.
- End-to-end scenario execution: Runs a baseline gate, then exercises changed and regression-critical workflows through the most public interfaces available.
- Regression diagnosis and automated coverage updates: Reproduces failures, fixes root causes, updates the narrowest automated coverage (including E2E when supported), and reruns the full gate with evidence.
- Web UI validation (optional): When a Web surface exists, uses the agent-browser companion skill to validate 3–5 critical user flows with screenshots.
Quick Start
Ask for a full QA run by providing a destination for artifacts: Run qa-execution with argument-hint to store all evidence under qa-output-path.