test-create

Generate JUnit 5, Kotest, and MockK/Mockito unit tests for Java and Kotlin JVM projects.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill test-create-hyxklee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-create
Source: https://github.com/hyxklee/AI-DEV-ToolKit/tree/main/claude/skills/test-create
Command: npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill test-create-hyxklee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Produces ready-to-run unit test scaffolding for Java and Kotlin JVM projects, reducing the manual effort to write boilerplate tests across styles like JUnit 5, Kotest, and MockK/Mockito.

Core Features & Use Cases

  • Generates JUnit 5 tests for service and use-case layers with mocks and verifications.
  • Generates Kotest/DescribeSpec style tests for Kotlin services, including fixture usage.
  • Provides MockK/Mockito-ready setups and common test fixtures aligned with project structure.
  • Supports multiple test patterns and scenarios, including positive/negative cases and repository interactions.

Quick Start

Provide a module path and test scope to generate unit tests.

Frequently Asked Questions about test-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate JUnit 5 tests for a Java service layer?

To auto-generate JUnit 5 tests for a Java service layer, provide your module path and test scope. The tool outputs ready-to-run test classes under src/test with mirrored package structures, including mock setups and verifications.

Can I generate Kotest DescribeSpec tests for Kotlin JVM projects?

Yes, you can generate Kotest DescribeSpec tests for Kotlin JVM projects. The generator creates Kotlin service tests using DescribeSpec styles and includes common test fixtures aligned with your existing project structure.

Does it support both MockK and Mockito for mock setups?

Yes, it supports both MockK and Mockito for mock setups. It generates ready-to-run unit test scaffolding with MockK for Kotlin or Mockito for Java, providing common test fixtures and mock configurations automatically.

What is the best way to create unit test scaffolding for Gradle or Maven builds?

The best way to create unit test scaffolding for Gradle or Maven builds is to define a module path and test scope. The generator applies to your build system and outputs test classes with mirrored packages and pre-configured mocks.

Do I need to manually configure test fixtures when generating JVM unit tests?

No, you do not need to manually configure test fixtures when generating JVM unit tests. The scaffolding process automatically includes MockK or Mockito-ready setups and common test fixtures aligned with your project structure.