What problem does it solve?
This Skill solves the "silent failure" problem in software development by replacing raw, unmanaged test outputs with a permanent, triaged, and CI-integrated QA system that distinguishes between real bugs, flaky tests, and stale code.
Core Features & Use Cases
- Universal QA Workflow: Automatically detects the stack, plans risk-based test layers (Unit, Contract, Fuzz, E2E, Canary), and generates a self-sustaining QA memory in the repository.
- Intelligent Triage: Classifies every test failure into actionable categories (Real Bug, Flaky, Stale) and generates both technical reports for engineers and plain-language HTML reports for stakeholders.
- Use Case: When you need to verify if a complex backend API is safe to ship, this Skill runs the full suite, triages the results, and provides a clear "SHIP / DON'T SHIP" verdict with a list of root-caused bugs.
Quick Start
Ask the AI to set up automated QA for this repository and provide a verdict on whether it is safe to ship.