From aura-frog
Provides QA expertise on unit testing (Jest, Vitest, PHPUnit), e2e testing (Cypress, Playwright, Detox), accessibility (WCAG), performance testing, strategies, pyramid, and coverage goals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aura-frog:qa-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Category:** Reference Skill
Category: Reference Skill Used By: tester agent
| 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 |
Testing Pyramid:
E2E (10%)
/ \
Integration (20%)
/ \
Unit Tests (70%)
Coverage Targets:
Load sub-skills for detailed testing guidance.
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frogApplies opinionated testing conventions for functional, performance, security tests: unit/integration/E2E patterns, coverage analysis, automation frameworks, defect tracking, accessibility.
Provides testing pyramid standards and best practices for UT/IT/SIT/E2E, supporting ISTQB and Industry Pyramid frameworks. Use when writing tests, discussing test coverage, strategy, or naming.
Provides testing strategies, patterns, and best practices for unit, integration, E2E tests, TDD, BDD, test pyramid, and advanced topics like mutation and property-based testing.