petrkindlmann

53 mods across 2 repositories, 102 stars between them.

performance-testing

25

petrkindlmann/qa-skills

Skill Claude CodeCodex

Test application performance with k6 load/stress/soak/spike scripts and k6 scenarios, Lighthouse CI for Web Vitals, and performance budgets as CI gates. Covers load profiles, custom metrics, bottleneck identification, and Core Web Vitals (LCP, INP, CLS). Use when: "performance test," "load test," "stress test," "soak…

101 2mo ago A 165 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Write production-grade Playwright tests in TypeScript: Page Object Model, fixtures, auto-waiting, user-facing locators, parallel execution, CI integration, sharding, and 2025-2026 feature awareness. Includes an explicit "do not" list for AI agents. Use when: "Playwright," "write E2E test," "page object," "new…

101 2mo ago A 182 tokens original MIT

qa-dashboard

27

petrkindlmann/qa-skills

Skill Claude CodeCodex

Build and visualize QA dashboards and reports with Allure Report, Grafana, and ReportPortal. Covers test execution visualization, stakeholder-facing quality reports, trend/flakiness panels, release-readiness gates, alerting, and CI integration for automated report generation. Use when: "test dashboard," "Allure,"…

101 2mo ago A 140 tokens original MIT

qa-do

28

petrkindlmann/qa-skills

Skill Claude CodeCodex

Routing skill of last resort. Takes a plain-language QA situation and names the right 1-2 skills to use and in what order. Use ONLY when the request does not match any other skill's trigger phrases. Use when: "which skill should I use," "where do I start," "I'm not sure what to test," "/qa-do," or any vague QA…

101 2mo ago A 148 tokens original MIT

qa-metrics

29

petrkindlmann/qa-skills

Skill Claude CodeCodex

Define, track, and act on QA metrics: test coverage percentage, flakiness rate, defect escape rate, MTTR, test execution time trends, automation ROI, quality gates, and SLAs for test suites. Includes metric formulas, realistic targets by company stage, and the action to take when each metric goes red. Use when: "QA…

101 2mo ago A 154 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Onboard a new QA engineer to an existing codebase, or audit an existing test architecture. Produces a 30-day ramp plan: codebase orientation, framework walkthrough, test architecture audit, mentorship pairing, and first-test guidance. Use when: "QA onboarding," "new tester," "ramp up," "test architecture audit,"…

101 2mo ago A 124 tokens original MIT

qa-project-context

31

petrkindlmann/qa-skills

Skill Claude CodeCodex

Create and fill .agents/qa-project-context.md with the project's tech stack, test frameworks, CI/CD pipeline, environments, quality goals, risk areas, team structure, and conventions. This is the one file every other QA skill reads first, so they skip redundant discovery and give context-aware advice. Use when: "set…

101 2mo ago A 137 tokens original MIT

qa-report-humanizer

32

petrkindlmann/qa-skills

Skill Claude CodeCodex

Remove AI-generated patterns from QA reports, bug reports, test summaries, status updates, and quality communications. Detects and rewrites robotic test-result language, template-sounding status updates, inflated severity descriptions, and generic stakeholder reports — without inventing facts. Makes QA writing sound…

101 2mo ago A 156 tokens original MIT

qa-start

33

petrkindlmann/qa-skills

Skill Claude CodeCodex

Sequenced launcher that bootstraps QA on a project with no QA in place. Chains qa-project-context → test-strategy → test-planning in one guided run, then points you at automation. Use when: "set up QA on a new project," "QA from scratch," "no QA exists yet," "/qa-start." Not for: onboarding a QA engineer to an…

101 2mo ago A 130 tokens original MIT

quality-postmortem

34

petrkindlmann/qa-skills

Skill Claude CodeCodex

Analyze escaped defects and test suite health through blameless postmortems. Covers bug pattern analysis, test suite health reviews, 5 Whys root cause analysis, process improvement cycles, and postmortem/retro meeting templates with action item tracking. Use when: "QA retro," "escaped bugs," "postmortem," "quality…

101 2mo ago A 140 tokens original MIT

release-readiness

35

petrkindlmann/qa-skills

Skill Claude CodeCodex

Validate release readiness with evidence-based go/no-go decisions. Covers go/no-go checklists, smoke test suite design, staged rollout validation, rollback criteria and procedures, and post-deployment verification. Ensures release confidence comes from data, not feelings. Use when: "release ready," "go/no-go," "smoke…

101 2mo ago A 160 tokens original MIT

risk-based-testing

36

petrkindlmann/qa-skills

Skill Claude CodeCodex

Produce a risk matrix or heatmap that quantifies what could break by business impact × probability, runs failure mode analysis on the top items, and maps test coverage to risk zones. Includes stakeholder interview frameworks and continuous reassessment. Run this BEFORE test-strategy or test-planning. Use when: "risk…

101 2mo ago A 156 tokens original MIT

security-testing

37

petrkindlmann/qa-skills

Skill Claude CodeCodex

Test application security against OWASP Top 10 (2025) with automated CI tooling: OWASP ZAP (DAST), dependency/supply-chain scanning (OSV-Scanner, SBOM, provenance), Semgrep SAST, auth/session tests (JWT, OAuth, RBAC), and XSS/CSRF/SQLi/SSRF Playwright patterns. Use when: "security test," "OWASP," "vulnerability,"…

101 2mo ago B 248 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Bulk-regenerate broken test selectors after a UI refactor or redesign. Detects drift between old and new DOM with an aria-snapshot diff, maps old locators to new equivalents using role-first + region scoping, validates against the new build, and produces a single PR with grouped per-file selector updates and…

101 2mo ago A 218 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Decision framework for isolating every external dependency in a test suite: when to use in-process mocks, HTTP stubs (MSW, WireMock), record-replay, fault injection (Toxiproxy), or ephemeral real services (Testcontainers), and how to enforce that no real calls escape in CI. Use when: "mock service," "stub API," "fake…

101 2mo ago A 178 tokens original MIT

shift-left-testing

40

petrkindlmann/qa-skills

Skill Claude CodeCodex

Move quality earlier in the development lifecycle. Covers dev/QA pairing patterns, Three Amigos sessions, TDD facilitation (Red-Green-Refactor), PR review checklists for testability, and Definition of Done with quality gates. Includes shift-left maturity model for team assessment. Use when: "shift left," "TDD,"…

101 2mo ago A 149 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Scheduled probes that run CONTINUOUSLY after release. Covers probe design for critical user journeys, alerting integration, SLA validation, multi-region monitoring, and the boundary between QA and SRE. Use when: "synthetic monitoring," "uptime testing," "scheduled probes," "SLA validation," "availability monitoring,"…

101 2mo ago A 143 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Author and maintain MANUAL and hybrid test cases and suites in TestRail, Xray (Jira), Zephyr Scale, and Qase. Covers test-case anatomy (title, preconditions, steps, expected results, test data), suite/section organization, bulk authoring from user stories and acceptance criteria, ambiguous-step linting, CSV/API…

101 2mo ago A 203 tokens original MIT

petrkindlmann/qa-skills

Skill Claude CodeCodex

Create and manage test data with factory patterns, fixture strategies, data anonymization, and synthetic data generation. Covers Fishery (TypeScript), FactoryBot (Ruby), Factory Boy (Python), database seeding, cleanup strategies, and GDPR-compliant data handling. Use when: "test data," "fixtures," "factories," "seed…

101 2mo ago A 132 tokens original MIT

test-environments

44

petrkindlmann/qa-skills

Skill Claude CodeCodex

Design environment strategy for testing across dev, CI, preview, staging, and production — Docker Compose test infrastructure, multi-stage Dockerfiles, seed-data lifecycle, per-PR preview environments, production parity, and external-dependency stubbing at the HTTP boundary. Use when: "set up test environment,"…

101 2mo ago A 157 tokens original MIT

test-migration

45

petrkindlmann/qa-skills

Skill Claude CodeCodex

Migrate a test suite from one framework to another, incrementally and without losing coverage. Covers Selenium→Playwright, Cypress→Playwright, Jest→Vitest, Mocha→Vitest, and Protractor→Playwright, with parallel CI running, locator/assertion translation, and a coverage-parity track. Use when: "migrate tests," "switch…

101 2mo ago A 178 tokens original MIT

test-planning

46

petrkindlmann/qa-skills

Skill Claude CodeCodex

Build a single sprint or release test plan. Covers feature decomposition into testable scenarios, requirements-to-test coverage mapping, effort estimation by test type, prioritization matrices (risk × effort), resource allocation, and scheduling with buffers. Use when: "sprint test plan," "release test plan," "what to…

101 2mo ago A 135 tokens original MIT

test-reliability

47

petrkindlmann/qa-skills

Skill Claude CodeCodex

Runtime per-test healing with evidence: multi-attribute selector healing, environment-aware diagnosis, flake classification, quarantine management, and confidence-scored auto-repair. Goes beyond simple locator fallbacks to cover action-level healing, data healing, and observable repair workflows. Use when: "flaky…

101 2mo ago A 179 tokens original MIT

test-strategy

48

petrkindlmann/qa-skills

Skill Claude CodeCodex

Produce a multi-quarter QA strategy document. Covers scope, risk-based prioritization, test levels (unit/integration/E2E), pyramid analysis, entry/exit criteria, quality KPIs, tool selection rationale, CI scaling levers, and timeline planning. Output is an actionable strategy document, not a shelf document. Use when…

101 2mo ago A 150 tokens original MIT