This is a risk-based QA strategy framework that helps you decide what to test, where to test it, and what blocks a release. It walks you through the test pyramid (unit to E2E), gives you concrete CI gates (PR builds under 10 minutes, flake rate under 1% weekly), and includes a feature-to-test coverage matrix that can actually block deploys if critical paths aren't covered. The flake management section is solid: it defines flakes precisely, tracks them weekly, and provides a deflake runbook. Best for teams that need to formalize their testing approach or are drowning in slow, flaky E2E suites. The decision trees and anti-pattern tables are immediately useful.
npx skills add https://github.com/vasilyu1983/ai-agents-public --skill qa-testing-strategy