Skill
Community

qa-expert

Install
1
Install the plugin
$
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frog

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

QA expertise - unit testing, e2e testing, accessibility testing, performance testing, test strategies

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
accessibility-testing.md
e2e-testing.md
performance-testing.md
test-strategies.md
unit-testing.md
Skill Content

Skill: QA Expert

Category: Reference Skill Used By: qa-automation agent


Sub-Skills

FilePurpose
test-strategies.mdTesting pyramid, coverage goals
unit-testing.mdJest, Vitest, PHPUnit patterns
e2e-testing.mdCypress, Playwright, Detox
accessibility-testing.mdWCAG compliance, a11y testing
performance-testing.mdLoad testing, benchmarks

When to Use

  • Phase 2 (Test RED) - Test strategy + writing tests first
  • Phase 4 (Refactor + Review) - QA validation
  • Accessibility audits

Quick Reference

Testing Pyramid:

      E2E (10%)
     /        \
   Integration (20%)
  /              \
 Unit Tests (70%)

Coverage Targets:

  • Statements: 80%
  • Branches: 75%
  • Functions: 80%

Load sub-skills for detailed testing guidance.

Stats
Stars9
Forks2
Last CommitMar 12, 2026

Similar Skills