Source

petrkindlmann/qa-skills

50 skills · 30.8K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
playwright-automation >- Write production-grade Playwright tests in TypeScript: Page Object Model, fixtures, auto-waiting, user-facing loca…
petrkindlmann/qa-skills
960
2
api-testing >- Test REST and GraphQL APIs with Playwright APIRequestContext, Supertest, or standalone HTTP clients. Covers schema…
petrkindlmann/qa-skills
735
3
exploratory-testing >- Design and execute structured exploratory testing sessions. Covers Session-Based Test Management (SBTM), charter w…
petrkindlmann/qa-skills
700
4
test-planning >- Build a single sprint or release test plan. Covers feature decomposition into testable scenarios, requirements-to-…
petrkindlmann/qa-skills
694
5
test-strategy >- Produce a multi-quarter QA strategy document. Covers scope, risk-based prioritization, test levels (unit/integrati…
petrkindlmann/qa-skills
689
6
ai-test-generation >- Use AI to write NEW test code from specs, PRDs, user stories, code diffs, bug reports, or OpenAPI specs. Staged pi…
petrkindlmann/qa-skills
674
7
qa-project-context >- Create and fill .agents/qa-project-context.md with the project's tech stack, test frameworks, CI/CD pipeline, envi…
petrkindlmann/qa-skills
672
8
visual-testing >- Implement visual regression testing with Playwright screenshots, Chromatic, Percy, and Argos CI. Covers baseline m…
petrkindlmann/qa-skills
671
9
ai-qa-review >- Review EXISTING test code for quality, smells, and testability issues. Detects test smells across six dimensions —…
petrkindlmann/qa-skills
668
10
accessibility-testing >- Test for WCAG 2.2 AA compliance with axe-core + Playwright, keyboard navigation audits, screen reader testing, ARI…
petrkindlmann/qa-skills
646
11
risk-based-testing >- Produce a risk matrix or heatmap that quantifies what could break by business impact × probability, runs failure m…
petrkindlmann/qa-skills
645
12
unit-testing >- Write effective unit tests with Jest, Vitest, or pytest. Covers the test-doubles taxonomy (stub/spy/mock/fake), Ar…
petrkindlmann/qa-skills
638
13
test-reliability >- Runtime per-test healing with evidence: multi-attribute selector healing, environment-aware diagnosis, flake class…
petrkindlmann/qa-skills
637
14
ai-bug-triage >- Hybrid fingerprint + LLM pipeline for bug classification, deduplication, and ticket generation. Normalizes CI logs…
petrkindlmann/qa-skills
636
15
performance-testing >- Test application performance with k6 load/stress/soak/spike scripts and k6 scenarios, Lighthouse CI for Web Vitals…
petrkindlmann/qa-skills
635
16
release-readiness >- Validate release readiness with evidence-based go/no-go decisions. Covers go/no-go checklists, smoke test suite de…
petrkindlmann/qa-skills
635
17
qa-start >- Sequenced launcher that bootstraps QA on a project with no QA in place. Chains qa-project-context → test-strategy …
petrkindlmann/qa-skills
630
18
security-testing >- Test application security against OWASP Top 10 (2025) with automated CI tooling: OWASP ZAP (DAST), dependency/supp…
petrkindlmann/qa-skills
621
19
ai-system-testing >- Test AI/LLM features that ship in your product. Covers prompt regression testing, response quality evaluation, too…
petrkindlmann/qa-skills
618
20
test-data-management >- Create and manage test data with factory patterns, fixture strategies, data anonymization, and synthetic data gene…
petrkindlmann/qa-skills
618
21
qa-do >- Routing skill of last resort. Takes a plain-language QA situation and names the right 1-2 skills to use and in wha…
petrkindlmann/qa-skills
614
22
bug-reproduction >- Turn a vague bug report into a VERIFIED minimal reproduction and then a failing regression test, agent-driven end …
petrkindlmann/qa-skills
613
23
database-testing >- Validate database integrity, test migrations forward and backward, verify schema constraints, manage seed data, de…
petrkindlmann/qa-skills
613
24
mobile-testing >- Test native, React Native, hybrid, and Flutter mobile apps with Appium 3.x, Detox, Maestro, and Patrol. Covers dev…
petrkindlmann/qa-skills
611
25
agentic-browser-testing >- Goal-driven E2E testing where a browser agent (Playwright MCP / computer-use) reads a natural-language goal and ex…
petrkindlmann/qa-skills
609
26
qa-metrics >- Define, track, and act on QA metrics: test coverage percentage, flakiness rate, defect escape rate, MTTR, test exe…
petrkindlmann/qa-skills
608
27
cross-browser-testing >- Design analytics-driven browser test matrices and execute cross-browser tests. Covers BrowserStack/Sauce Labs conf…
petrkindlmann/qa-skills
606
28
ci-cd-integration >- Design CI/CD pipelines that run test suites. Covers GitHub Actions and GitLab CI templates, parallelism and shardi…
petrkindlmann/qa-skills
598
29
qa-report-humanizer >- Remove AI-generated patterns from QA reports, bug reports, test summaries, status updates, and quality communicati…
petrkindlmann/qa-skills
598
30
coverage-analysis >- Measure and improve test coverage meaningfully. Covers Istanbul/V8/coverage.py configuration, coverage gap analysi…
petrkindlmann/qa-skills
596
31
test-case-management >- Author and maintain MANUAL and hybrid test cases and suites in TestRail, Xray (Jira), Zephyr Scale, and Qase. Cove…
petrkindlmann/qa-skills
595
32
qa-dashboard >- Build and visualize QA dashboards and reports with Allure Report, Grafana, and ReportPortal. Covers test execution…
petrkindlmann/qa-skills
592
33
contract-testing >- Implement consumer-driven contract testing with Pact-JS (v16). Covers consumer test writing, broker-driven provide…
petrkindlmann/qa-skills
590
34
qa-project-bootstrap >- Onboard a new QA engineer to an existing codebase, or audit an existing test architecture. Produces a 30-day ramp …
petrkindlmann/qa-skills
579
35
test-environments >- Design environment strategy for testing across dev, CI, preview, staging, and production — Docker Compose test inf…
petrkindlmann/qa-skills
579
36
testing-in-production >- Safe-release techniques DURING rollout: feature flags, progressive rollouts, canary analysis, guardrail metrics, p…
petrkindlmann/qa-skills
576
37
chaos-engineering >- Validate system resilience through controlled fault injection. Covers hypothesis-driven chaos experiments, failure…
petrkindlmann/qa-skills
572
38
shift-left-testing >- Move quality earlier in the development lifecycle. Covers dev/QA pairing patterns, Three Amigos sessions, TDD faci…
petrkindlmann/qa-skills
570
39
test-migration >- Migrate a test suite from one framework to another, incrementally and without losing coverage. Covers Selenium→Pla…
petrkindlmann/qa-skills
568
40
compliance-testing >- Test for regulatory compliance: GDPR/CMP consent verification, Google Consent Mode v2, Global Privacy Control (GPC…
petrkindlmann/qa-skills
566
41
quality-postmortem >- Analyze escaped defects and test suite health through blameless postmortems. Covers bug pattern analysis, test sui…
petrkindlmann/qa-skills
566
42
cypress-automation >- Build Cypress test suites in TypeScript: E2E tests, component tests, custom commands, cy.intercept network control…
petrkindlmann/qa-skills
565
43
observability-driven-testing >- Use production telemetry as INPUT to design new tests. Covers OpenTelemetry integration with tests, trace-based as…
petrkindlmann/qa-skills
563
44
test-suite-curation >- Audit a whole regression suite and prune/restructure it with evidence: per-test coverage fingerprinting, AST near-…
petrkindlmann/qa-skills
562
45
service-virtualization >- Decision framework for isolating every external dependency in a test suite: when to use in-process mocks, HTTP stu…
petrkindlmann/qa-skills
561
46
synthetic-monitoring Scheduled probes that run CONTINUOUSLY after release. Covers probe design for critical user journeys, alerting integr…
petrkindlmann/qa-skills
556
47
selector-drift-recovery Bulk-regenerate broken test selectors after a UI refactor or redesign. Detects drift between old and new DOM with an …
petrkindlmann/qa-skills
550
48
analytics-tracking-testing >- Validate that analytics and marketing tracking fire CORRECTLY: GA4/GTM dataLayer events, Meta/TikTok/LinkedIn pixe…
petrkindlmann/qa-skills
543
49
email-testing >- End-to-end testing of email-dependent flows — signup confirmation, password reset, magic-link login, OTP/MFA codes…
petrkindlmann/qa-skills
540
50
payment-testing >- Test payment and checkout flows end to end against PSP sandboxes — Stripe first, with the general pattern for Adye…
petrkindlmann/qa-skills
532