60+ QA skills and 32 chained workflows across 8 plugins. Claude Code, Cowork, and multi-model AI systems. From test strategy to automation, performance, security, release governance, and defect orchestration.
Need a test strategy? → /test-strategy
Building test automation? → /automation-plan
Performance concerns? → /perf-testing
Security validation? → /security-test
Planning a release? → /release-governance
Analyzing regressions? → /regression-analysis
If this project helps you, ⭐ the repo.
Generic AI gives you text. QA Skills Marketplace gives you structure.
Each skill encodes proven QA frameworks — test strategy, risk-based testing, automation best practices, performance benchmarking, security validation, release governance, regression intelligence, and defect orchestration — and walks you through it step by step.
The result: better quality decisions, faster releases, and fewer production issues.
Skills are the building blocks of the marketplace. Each skill gives Claude domain knowledge, QA frameworks, or a guided workflow for a specific testing task.
Commands are user-triggered workflows invoked with /command-name. They chain one or more skills into an end-to-end process. For example, /test-strategy chains test planning, risk analysis, and test case design together.
Plugins group related skills and commands into installable packages. Each plugin covers a QA domain — test strategy, automation, performance, security, API testing, mobile testing, data quality, and toolkit. Installing the marketplace gives you all 8 plugins with 60+ skills and 32 commands.
- Open Customize (bottom-left)
- Go to Browse plugins → Personal → +
- Select Add marketplace from GitHub
- Enter:
namratasingh4991/qa-skills
All 8 plugins install automatically. You get both commands and skills.
# Step 1: Add the marketplace
claude plugin marketplace add namratasingh4991/qa-skills
# Step 2: Install individual plugins
claude plugin install qa-testing-fundamentals@qa-skills
claude plugin install qa-automation@qa-skills
claude plugin install qa-performance@qa-skills
claude plugin install qa-security@qa-skills
claude plugin install qa-api-testing@qa-skills
claude plugin install qa-mobile-testing@qa-skills
claude plugin install qa-data-quality@qa-skills
claude plugin install qa-toolkit@qa-skillsThe skills/*/SKILL.md files follow the universal skill format and work with any tool that reads it.
| Tool | How to use | What works |
|---|---|---|
| Cursor | Copy skill folders to .cursor/skills/ |
Skills only |
| Codex CLI | Copy skill folders to .codex/skills/ |
Skills only |
| Gemini CLI | Copy skill folders to .gemini/skills/ |
Skills only |
| OpenCode | Copy skill folders to .opencode/skills/ |
Skills only |
| Windsurf | Copy skill folders to .windsurf/skills/ |
Skills only |
1. qa-testing-fundamentals — Test strategy, risk analysis, test case design, test planning (8 skills, 4 commands)
Skills (8):
test-strategy— Comprehensive test strategy frameworkrisk-analysis— Risk-based testing approachtest-case-design— Design effective test casestest-plan— Create a detailed test planexploratory-testing— Exploratory testing guidelinestest-estimation— Estimate testing effort and timelinetest-data-strategy— Plan test data requirementstest-coverage-analysis— Measure and optimize test coverage
Commands (4):
/test-strategy— Create a comprehensive test strategy/test-plan— Develop a detailed test plan/risk-analysis— Perform risk-based testing analysis/test-coverage— Analyze test coverage requirements
2. qa-automation — Test automation frameworks, script generation, CI/CD integration (9 skills, 4 commands)
Skills (9):
automation-framework-selection— Choose the right test automation frameworkpage-object-model— Design using Page Object Model patterntest-script-generation— Generate automated test scriptsselenium-webdriver— Selenium WebDriver best practicesapi-automation— API test automationci-cd-integration— Integrate tests into CI/CD pipelinesflaky-test-analysis— Identify and fix flaky teststest-execution-reporting— Generate test execution reportsautomation-maintenance— Maintain test automation suites
Commands (4):
/automation-plan— Plan test automation strategy/generate-tests— Generate automated test scripts/setup-ci-cd— Integrate automation into CI/CD/fix-flaky-tests— Analyze and fix flaky tests
3. qa-performance — Performance testing, load testing, optimization (7 skills, 3 commands)
Skills (7):
perf-test-strategy— Performance testing strategyload-testing-plan— Design load testing scenariosstress-testing— Conduct stress testingbaseline-analysis— Establish performance baselinesbottleneck-identification— Identify performance bottlenecksoptimization-recommendations— Performance optimization guidanceperf-monitoring— Performance monitoring and alerting
Commands (3):
/perf-testing— Plan performance testing/load-test— Design load testing scenarios/perf-analysis— Analyze performance metrics
4. qa-security — Security testing, vulnerability assessment, OWASP (8 skills, 4 commands)
Skills (8):
security-test-strategy— Security testing frameworkowasp-top-10— Test against OWASP Top 10vulnerability-scanning— Automated vulnerability scanningpenetration-testing— Penetration testing approachauthentication-testing— Test authentication mechanismsauthorization-testing— Test authorization controlsdata-protection— Data protection and encryption testingsecurity-reporting— Security issue reporting and remediation
Commands (4):
/security-test— Plan security testing/vulnerability-scan— Identify vulnerabilities/penetration-test— Design penetration testing/security-audit— Conduct security audit
5. qa-api-testing — API testing, REST/GraphQL, contract testing (7 skills, 3 commands)
Skills (7):
api-test-strategy— API testing strategyrest-api-testing— REST API testing approachgraphql-testing— GraphQL API testingcontract-testing— Contract testing between servicesapi-validation— Validate API responses and schemasapi-performance— API performance testingapi-security— API security testing
Commands (3):
/api-testing— Plan API testing strategy/contract-test— Design contract testing/api-validation— Validate API functionality
6. qa-mobile-testing — Mobile app testing, device compatibility, UX testing (7 skills, 3 commands)
Skills (7):
mobile-test-strategy— Mobile testing strategydevice-compatibility— Test across devices and OS versionsnetwork-conditions— Test under different network conditionsmobile-usability— Mobile UX/usability testingapp-permissions— Test app permissions and privacymobile-performance— Mobile-specific performance testingmobile-automation— Mobile test automation tools and frameworks
Commands (3):
/mobile-testing— Plan mobile testing strategy/device-compatibility— Plan compatibility testing/mobile-usability— Evaluate mobile UX
7. qa-data-quality — Data validation, ETL testing, analytics testing (6 skills, 3 commands)
Skills (6):
data-validation-strategy— Data quality validation approachetl-testing— ETL pipeline testingdata-integrity— Test data integrity and consistencyanalytics-validation— Validate analytics datadatabase-testing— Database testing best practicesdata-quality-metrics— Define data quality KPIs
Commands (3):
/data-validation— Plan data quality testing/etl-testing— Test ETL pipelines/analytics-validation— Validate analytics data
8. qa-release-governance — Release governance, regression intelligence, defect orchestration (8 skills, 4 commands)
Skills (8):
release-governance— Release governance frameworkregression-testing-strategy— Regression test strategyregression-pack-creation— Create regression test packsdefect-management— Defect tracking and managementdefect-severity-classification— Classify defect severityrelease-readiness— Assess release readinesshotfix-strategy— Plan hotfix testingpost-release-validation— Post-release testing and monitoring
Commands (4):
/regression-analysis— Plan regression testing/release-governance— Assess release readiness/defect-triage— Triage and prioritize defects/post-release— Plan post-release validation
This marketplace evolves with QA practice and AI capabilities.
Selected skills based on industry best practices from:
- ISTQB (International Software Testing Qualifications Board)
- OWASP (Open Web Application Security Project)
- Ministry of Testing
- Google Testing Blog
- James Bach & Michael Bolton (Context-Driven Testing)
- Lisa Crispin & Janet Gregory (Agile Testing)
Curated by Namrata Singh for QA professionals and AI-augmented testing teams.
See CONTRIBUTING.md.
MIT — see LICENSE.