Agent Skills: Skill: QA Expert

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

UncategorizedID: nguyenthienthanh/aura-frog/qa-expert

Install this agent skill to your local

pnpm dlx add-skill https://github.com/nguyenthienthanh/aura-frog/tree/HEAD/aura-frog/skills/qa-expert

Skill Files

Browse the full folder contents for qa-expert.

Download Skill

Loading file tree…

aura-frog/skills/qa-expert/SKILL.md

Skill Metadata

Name
qa-expert
Description
"QA expertise - unit testing, e2e testing, accessibility testing, performance testing, test strategies"

Skill: QA Expert

Category: Reference Skill Used By: qa-automation agent


Sub-Skills

| File | Purpose | |------|---------| | test-strategies.md | Testing pyramid, coverage goals | | unit-testing.md | Jest, Vitest, PHPUnit patterns | | e2e-testing.md | Cypress, Playwright, Detox | | accessibility-testing.md | WCAG compliance, a11y testing | | performance-testing.md | Load testing, benchmarks |


When to Use

  • Phase 4 (Test Planning) - Test strategy
  • Phase 5a (TDD Red) - Writing tests first
  • Phase 7 (Verify) - 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.