This is a comprehensive QA toolkit that covers both UI and API testing with ready-to-use Python frameworks. You get page object models built on Selenium, pytest fixtures, an API test client with authentication and rate limiting checks, and test data generators using Faker. The code examples are practical and production-oriented, not just basic demos. It's aimed at setting up automated test suites quickly rather than teaching QA fundamentals. The framework includes proper waits, error handling, and reporting structures. Most useful if you're building test automation from scratch or standardizing an existing setup, though you'll need to adapt the patterns to your specific application.
npx skills add https://github.com/personamanagmentlayer/pcl --skill qa-expert