Agent skill
qa-expert
QA expertise - unit testing, e2e testing, accessibility testing, performance testing, test strategies
Install this agent skill to your Project
npx add-skill https://github.com/nguyenthienthanh/aura-frog/tree/main/aura-frog/skills/qa-expert
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
scalable-thinking
Design for scale while keeping implementation simple (KISS).
debugging
Systematic debugging with root cause investigation. NO fixes without understanding cause first.
migration-helper
Guide safe database and code migrations with zero-downtime strategies.
testing-patterns
Unified testing patterns across all frameworks. Provides consistent test structure, naming, and best practices for Jest, Vitest, Pytest, PHPUnit, Go testing, and more.
phase1-lite
Ultra-compact Phase 1 requirements output. HARD CAP: 500 tokens.
stitch-design
Generate UI designs using Google Stitch AI with optimized prompts
Didn't find tool you were looking for?