概要
The Testing Best Practices skill provides a comprehensive framework for software verification within AI-assisted development workflows. It guides developers through the implementation of the testing pyramid—balancing Unit, Integration, and E2E tests—while enforcing the AAA (Arrange-Act-Assert) pattern for readable and maintainable test suites. By offering domain-specific guidance on mocking strategies, test data builders, and coverage targets, this skill ensures that Claude generates high-quality, reliable code that adheres to industry-standard testing principles.