QA Skills
About
43 QA and test-automation skills for Claude Code, Codex, Cursor, and any Agent Skills Standard runtime.
Details
- Author
- petrkindlmann
- Categories
- Developer Tools, Automation, Other
Jump to
Option 1: Install specific skills (recommended)
npx skills add petrkindlmann/qa-skills playwright-automation test-strategy
git clone https://github.com/petrkindlmann/qa-skills.git .skills/qa-skills
git submodule add https://github.com/petrkindlmann/qa-skills.git .skills/qa-skills
Download individual skill folders fromskills/and place them in your project's.skills/directory.
Ask your AI agent in natural language. The right skill activates automatically.
50 skills across 10 categories. Each skill keeps a leanSKILL.md(heavy code offloaded toreferences/, loaded on demand) with cross-references to related skills.
qa-project-context·qa-start·qa-do— project context template every other skill reads first, new-project QA bootstrap, and the last-resort skill router
test-strategy·test-planning·risk-based-testing·exploratory-testing— QA strategy, sprint/release test plans, risk-based prioritization, session-based exploratory testing
playwright-automation·cypress-automation·selector-drift-recovery·api-testing·unit-testing·mobile-testing·visual-testing·performance-testing— Playwright E2E, Cypress component/E2E, bulk post-refactor selector regeneration, REST/GraphQL, Jest/Vitest/pytest, Appium/Detox, visual regression, k6 load testing and Lighthouse CI
accessibility-testing·security-testing·cross-browser-testing·database-testing·email-testing·payment-testing·analytics-tracking-testing— WCAG compliance, OWASP Top 10 + LLM, analytics-driven browser matrices, migration testing, email-flow capture, Stripe/PSP checkout and 3DS, GA4/pixel tracking correctness
ai-test-generation·ai-bug-triage·test-reliability·ai-qa-review·bug-reproduction·agentic-browser-testing— LLM test generation, automated bug triage, flaky test management, test quality review, report-to-failing-test reproduction, goal-driven agentic browser testing
ci-cd-integration·test-environments·test-data-management·contract-testing·service-virtualization— CI/CD pipelines, environment strategy, data factories, Pact consumer-driven contracts, WireMock/MSW
qa-metrics·qa-dashboard·coverage-analysis— quality gates and KPIs, Allure/Grafana/ReportPortal dashboards, coverage-as-ratchet in CI
shift-left-testing·qa-project-bootstrap·release-readiness·quality-postmortem·compliance-testing·qa-report-humanizer·test-case-management·test-suite-curation— shift-left patterns, QA onboarding, go/no-go checklists, blameless postmortems, GDPR/CMP compliance, QA report humanization, manual test-case authoring, regression-suite pruning
testing-in-production·synthetic-monitoring·observability-driven-testing— feature flag validation, scheduled synthetic probes, trace-based test assertions
ai-system-testing·chaos-engineering·test-migration— LLM/AI feature testing, controlled fault injection, framework migration guides (Selenium/Cypress/Jest to modern stacks)
Most QA skills repos stop at framework tutorials. This one also covers how AI agents can help with the testing itself.
Works with any tool that supports theAgent Skills Standard.
Skills reference specific QA tools for implementation. TheTools Registrylists all supported tools with capabilities, MCP server availability, and integration guides.
Covered: test frameworks, reporting, visual testing, CI/CD, project management, security scanning, observability.
Every skill checks for.agents/qa-project-context.mdbefore asking discovery questions. This file captures your project's QA setup: tech stack, test frameworks, CI/CD, environments, quality goals, risk areas, team structure.
Create it once using theqa-project-contextskill. All other skills read it automatically.
This project is not affiliated with, endorsed by, or sponsored by Microsoft, Cypress, Grafana Labs, BrowserStack, Sauce Labs, or any other referenced vendor. Product names and brands are the property of their respective owners.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
Generate Playwright BDD tests, GitHub Actions and Azure Pipelines with business-rule traceability, focused CodeGraph context and persistent Engram memory.
Autonomous QA MCP that tests web and macOS apps like a real engineer and verifies every bug.
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
Browser automation via Chrome DevTools Protocol
Drive, inspect, and assert on real Electron desktop apps from an AI agent — agent-native, Playwright-style automation with accessibility refs, stable error codes, and retrying assertions
Playwright MCP for Godot, screenshots, SceneTree manipulation, and arbitrary GDScript execution at runtime through a local UDP bridge.
A lightweight, AI-powered end-to-end testing framework for CI workflows. Requires an OpenAI API key.
Automate web testing and tasks by connecting Claude Desktop with Playwright.
Create and manage end-to-end tests using the Octomind platform.
QA and test automation skills for Claude Code, Codex, Cursor, Gemini CLI, VS Code, and other agents that support the Agent Skills Standard.
- Playwright and Cypress automation
- API, unit, and mobile testing
- Test strategy and risk-based planning
- CI/CD integration and test environments
- Accessibility, security, and compliance
- Visual regression and performance testing
- AI-assisted test generation, bug triage, and agentic browser testing
- Email, payment, and analytics-tracking testing
- Manual test-case management and regression-suite curation
- Chaos engineering, observability, and QA dashboards
Based on patterns from QA automation work across 6+ production sites.
Option 1: Install specific skills (recommended)
npx skills add petrkindlmann/qa-skills playwright-automation test-strategy
git clone https://github.com/petrkindlmann/qa-skills.git .skills/qa-skills
git submodule add https://github.com/petrkindlmann/qa-skills.git .skills/qa-skills
Download individual skill folders fromskills/and place them in your project's.skills/directory.
Ask your AI agent in natural language. The right skill activates automatically.
50 skills across 10 categories. Each skill keeps a leanSKILL.md(heavy code offloaded toreferences/, loaded on demand) with cross-references to related skills.
qa-project-context·qa-start·qa-do— project context template every other skill reads first, new-project QA bootstrap, and the last-resort skill router
test-strategy·test-planning·risk-based-testing·exploratory-testing— QA strategy, sprint/release test plans, risk-based prioritization, session-based exploratory testing
playwright-automation·cypress-automation·selector-drift-recovery·api-testing·unit-testing·mobile-testing·visual-testing·performance-testing— Playwright E2E, Cypress component/E2E, bulk post-refactor selector regeneration, REST/GraphQL, Jest/Vitest/pytest, Appium/Detox, visual regression, k6 load testing and Lighthouse CI
accessibility-testing·security-testing·cross-browser-testing·database-testing·email-testing·payment-testing·analytics-tracking-testing— WCAG compliance, OWASP Top 10 + LLM, analytics-driven browser matrices, migration testing, email-flow capture, Stripe/PSP checkout and 3DS, GA4/pixel tracking correctness
ai-test-generation·ai-bug-triage·test-reliability·ai-qa-review·bug-reproduction·agentic-browser-testing— LLM test generation, automated bug triage, flaky test management, test quality review, report-to-failing-test reproduction, goal-driven agentic browser testing
ci-cd-integration·test-environments·test-data-management·contract-testing·service-virtualization— CI/CD pipelines, environment strategy, data factories, Pact consumer-driven contracts, WireMock/MSW
qa-metrics·qa-dashboard·coverage-analysis— quality gates and KPIs, Allure/Grafana/ReportPortal dashboards, coverage-as-ratchet in CI
shift-left-testing·qa-project-bootstrap·release-readiness·quality-postmortem·compliance-testing·qa-report-humanizer·test-case-management·test-suite-curation— shift-left patterns, QA onboarding, go/no-go checklists, blameless postmortems, GDPR/CMP compliance, QA report humanization, manual test-case authoring, regression-suite pruning
testing-in-production·synthetic-monitoring·observability-driven-testing— feature flag validation, scheduled synthetic probes, trace-based test assertions
ai-system-testing·chaos-engineering·test-migration— LLM/AI feature testing, controlled fault injection, framework migration guides (Selenium/Cypress/Jest to modern stacks)
Most QA skills repos stop at framework tutorials. This one also covers how AI agents can help with the testing itself.
Works with any tool that supports theAgent Skills Standard.
Skills reference specific QA tools for implementation. TheTools Registrylists all supported tools with capabilities, MCP server availability, and integration guides.
Covered: test frameworks, reporting, visual testing, CI/CD, project management, security scanning, observability.
Every skill checks for.agents/qa-project-context.mdbefore asking discovery questions. This file captures your project's QA setup: tech stack, test frameworks, CI/CD, environments, quality goals, risk areas, team structure.
Create it once using theqa-project-contextskill. All other skills read it automatically.
This project is not affiliated with, endorsed by, or sponsored by Microsoft, Cypress, Grafana Labs, BrowserStack, Sauce Labs, or any other referenced vendor. Product names and brands are the property of their respective owners.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
Generate Playwright BDD tests, GitHub Actions and Azure Pipelines with business-rule traceability, focused CodeGraph context and persistent Engram memory.
Autonomous QA MCP that tests web and macOS apps like a real engineer and verifies every bug.
A Playwright-based MCP server that exposes a live browser as a traceable, inspectable, debuggable and controllable execution environment for AI agents.
Browser automation via Chrome DevTools Protocol
Drive, inspect, and assert on real Electron desktop apps from an AI agent — agent-native, Playwright-style automation with accessibility refs, stable error codes, and retrying assertions
Playwright MCP for Godot, screenshots, SceneTree manipulation, and arbitrary GDScript execution at runtime through a local UDP bridge.
A lightweight, AI-powered end-to-end testing framework for CI workflows. Requires an OpenAI API key.
Automate web testing and tasks by connecting Claude Desktop with Playwright.
Create and manage end-to-end tests using the Octomind platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


