What problem does it solve?
It removes the manual effort of choosing, running, and interpreting project tests after a code change, helping you verify correctness before you move on.
Core Features & Use Cases
- Command Selection: Chooses the right Gradle invocation for full test runs, filtered test runs, or freshly added test sources.
- Cross-Platform Coverage: Supports JVM and Android unit tests, and can include iOS simulator tests when shared Kotlin code changes.
- Failure Reporting: Summarizes failing tests, assertions, and exceptions so you can quickly understand what broke.
- Use Case: After editing shared business logic in a Kotlin Multiplatform app, use this Skill to run the relevant tests and get a concise pass/fail summary.
Quick Start
Ask the skill to run the relevant tests for your recent code change and report the results concisely.