概要
This skill streamlines the testing workflow within the music-app project by establishing a consistent hierarchy for unit and integration tests. It provides Claude with specific rules for locating test files within dedicated __tests__ directories, following naming conventions for components and services, and implementing a standardized Arrange-Act-Assert structure using Jest. By automating these patterns, the skill ensures high code quality and maintainability across the frontend and service layers, helping developers avoid implementation-detail testing and promoting clean setup and teardown practices.