test-application

Generate Mockito-based unit test skeletons for Java Application layer code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill test-application
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-application
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/test-application
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill test-application

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Application 레이어의 테스트 작성을 자동화하여 수동으로 작성하는 시간과 실수를 줄입니다. Mockito 기반의 서비스, 팩토리, 어셈블러, 매니저 계층의 단위 테스트 뼈대를 빠르게 생성합니다.

Core Features & Use Cases

  • Mockito 기반의 서비스/팩토리/어셈블러/매니저 단위 테스트 뼈대 자동 생성
  • testFixtures와 함께 재사용 가능한 테스트 구성 요소 생성
  • 도메인별 다양한 모듈에 대한 테스트 커버리지를 빠르게 확장

Quick Start

Run the test generator for a domain, for example /test-application seller, to create all required test scaffolds.

Frequently Asked Questions about test-application

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

FAQPage Schema
How do I generate Mockito unit tests for an application layer?

You generate Mockito unit tests for an application layer by running a command like /test-application followed by a domain name to automatically create test scaffolds for services, factories, assemblers, and managers.

What is the best way to create repeatable test scaffolding for Java projects?

Repeatable test scaffolding for Java projects is created by auto-generating consistent test skeletons with standardized naming conventions and integrating test fixtures to ensure scalable and repeatable unit test coverage across domain modules.

Can I use test fixtures to generate unit tests for factories and assemblers?

Yes, you can use test fixtures to generate unit tests for factories and assemblers. The generator creates reusable test components that work with domain modules to produce scalable test scaffolding.

Do I need Gradle for running auto-generated application layer tests?

Gradle is required for running auto-generated application layer tests because the generated test skeletons are designed with compatibility for Gradle test tasks to ensure repeatable execution.

Why does manual unit test creation take so long for service layer code?

Manual unit test creation for service layer code takes significant time because of the need to write repetitive scaffolding. Automating this process with generated Mockito-based skeletons reduces manual writing time and minimizes human error.