概要
The Testing Implementation skill provides Claude with domain-specific guidance for writing robust, maintainable tests across the entire software development lifecycle. It covers unit, integration, and end-to-end (E2E) testing using popular frameworks like JUnit, MockK, Jest, and Pytest. By following the Arrange-Act-Assert (AAA) pattern and enforcing strict coverage targets, this skill ensures code reliability, identifies performance bottlenecks, and validates security requirements. It also includes sophisticated blocker reporting to help developers navigate complex issues like flaky tests or missing infrastructure.