← ClaudeAtlas

testing-and-quality-engineeringlisted

testing and quality engineering
vaibhav-deveree/skill-awesome · ★ 1 · Testing & QA · score 56
Install: claude install-skill vaibhav-deveree/skill-awesome
# Universal Testing & Quality Engineering Skill ## Testing Pyramid ```text E2E ↑ Integration ↑ Unit ``` --- # Unit Testing Review: * Business logic * Edge cases * Validation --- # Integration Testing Review: * Database interactions * External APIs * Queues * Events --- # E2E Testing Review: * User journeys * Critical workflows --- # Regression Prevention Every bug fix should include: * Test coverage * Reproduction scenario --- # Test Review Agents 1. QA Engineer 2. Automation Engineer 3. Reliability Engineer 4. Backend/Frontend Engineer --- # Coverage Standards Review: * Happy path * Failure path * Edge cases --- # Final Checklist ✓ Unit tests ✓ Integration tests ✓ E2E tests ✓ Regression coverage ✓ Failure scenarios tested