What it does
QA Skills Pipeline is a QA testing pipeline plugin for Claude Code built around 14 skills. It generates workflow documentation from a description of a user flow, then converts that documentation into Playwright E2E tests via a desktop-workflow-to-playwright converter that emits spec files. Tests can be run interactively through a Playwright CLI runner or wired into CI via GitHub Actions. The plugin also ships six specialized QA agents that audit an app from different angles: smoke-tester, ux-auditor, adversarial-breaker, security-auditor, mobile-ux-auditor, and performance-profiler.
How QA teams use it
- Describe a user workflow in plain language and get a generated, runnable Playwright E2E spec back.
- Run the generated suite interactively during development or automatically in CI via the GitHub Actions integration.
- Dispatch the six audit agents for a multi-angle pass on an app — UX, security, mobile UX, performance, and adversarial edge cases — in addition to standard smoke testing.
Setup
Install via the Claude Code plugin marketplace: claude plugin marketplace add neonwatty/qa-skills && claude plugin install qa-skills@neonwatty-qa.
Notes
Community-maintained plugin for Claude Code only.