Acerca de
The Testing Strategies skill provides Claude with a comprehensive framework for designing and implementing high-quality test suites. It focuses on the 'test pyramid' model to ensure an optimal balance between fast unit tests, reliable integration tests, and critical end-to-end journeys. By enforcing proven patterns like Arrange-Act-Assert (AAA), test isolation, and behavior-driven verification, this skill helps development teams reduce technical debt, eliminate flaky tests, and maintain clear coverage targets across various code types, including specific implementations for Jest, Pytest, and React Testing Library.