소개
The Local Service Testing skill ensures high-quality code changes by requiring verification against live local services—such as PostgreSQL, Redis, and RabbitMQ—instead of relying solely on mocks. It mandates a rigorous two-layer testing approach where unit tests handle logic isolation while integration tests validate real-world behavior, schema constraints, and service connectivity. By automating service detection via Docker Compose and requiring testing artifacts before pull request creation, this skill shifts bug discovery from CI to the local environment, ensuring that if code passes locally, it is truly ready for production.