Testing Implementation
Installation
SKILL.md
Testing Implementation Skill
Domain-specific guidance for writing comprehensive tests, test automation, and quality assurance.
When To Use This Skill
Load this Skill when task has tags:
testing,test,qa,quality,coverageunit-test,integration-test,e2e,jest,junit
Validation Commands
Run Tests
# Gradle (Kotlin/Java)
./gradlew test
./gradlew test --tests "*UserServiceTest*"
./gradlew test --tests "UserServiceTest.shouldCreateUser"