概要
This skill equips Claude with foundational testing principles to streamline the creation and maintenance of unit, integration, and E2E tests. By enforcing the Arrange-Act-Assert (AAA) pattern, consistent naming conventions, and proper mocking strategies, it helps developers write isolated, meaningful tests that focus on business logic while avoiding common pitfalls like testing internal implementation details. It is an essential companion for developers looking to improve their test suite architecture and maintainability.