qa-expert
Skill: QA Expert
Category: Reference Skill Used By: tester 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 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.
More from nguyenthienthanh/aura-frog
stitch-design
Generate UI designs using Google Stitch AI with optimized prompts
37angular-expert
Angular 17+ gotchas and decision criteria. Covers signals vs observables, standalone patterns, and common pitfalls Claude gets wrong.
31flutter-expert
Flutter/Dart mobile expert. PROACTIVELY use when working with Flutter, Dart, mobile apps. Triggers: flutter, dart, widget, bloc, riverpod
16dev-expert
Development patterns for React, Vue, Laravel, Next.js, React Native - state management, forms, API integration
13react-native-expert
React Native best practices expert. PROACTIVELY use when working with React Native, mobile apps, Expo. Triggers: react-native, expo, mobile, iOS, Android, NativeWind
13visual-pixel-perfect
Pixel-perfect visual testing with auto-fix loop. Implement → Render → Snapshot → Compare → Fix until pass.
13