Use when validating changes in this repository so new features and refactors are covered by the right mix of unit tests, integration tests, and targeted Gradle verification commands.
Use this skill after changing Kotlin code in this repository, especially for service logic, repository wiring, controller behavior, or AI orchestration.
Match the verification level to the risk of the change instead of defaulting to either no tests or full-suite runs.
src/test/kotlin/com/learner/language/servicesrc/test/kotlin/com/learner/language/integrationsrc/test/kotlin/com/learner/language/testutilssrc/test/kotlin/com/learner/language/testutils/fixturesrc/test/kotlin/com/learner/language/testutils/persistence*ServiceTest and *IntegrationTest