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, coverage
  • unit-test, integration-test, e2e, jest, junit

Validation Commands

Run Tests

# Gradle (Kotlin/Java)
./gradlew test
./gradlew test --tests "*UserServiceTest*"
./gradlew test --tests "UserServiceTest.shouldCreateUser"
Installs
GitHub Stars
169
First Seen
Testing Implementation — jpicklyk/task-orchestrator