From antigravity-awesome-skills
Guides unit, integration, E2E testing patterns for JavaScript/TypeScript apps including React/Vue components, mocking, TDD, and CI/CD pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:javascript-testing-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.
Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsGuides implementation of testing strategies for JavaScript/TypeScript apps: unit, integration, E2E tests, mocking, TDD, and CI/CD pipeline testing.
Provides testing pyramid, unit patterns (AAA, isolation, parameterized, edge cases), and React Testing Library for component tests. Use when writing tests or setting up testing infrastructure.
Provides strategies for writing maintainable unit, integration, and E2E tests using AAA pattern, mocking, test naming, and organization. Useful for TDD and test infrastructure.