test-repository

Generate Java repository tests and fixtures for persistence-mysql modules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of repository tests for persistence-mysql modules, including test fixtures, unit tests, and integration tests.

Core Features & Use Cases

  • Auto-generates test fixtures for domain entities and repository adapters
  • Produces unit tests and integration tests for repositories
  • Supports multiple modules such as selleradmin, brand, category, and seller

Quick Start

Run the tool with a package name to generate corresponding test fixtures and tests.

Frequently Asked Questions about test-repository

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

FAQPage Schema
How do I auto-generate repository tests for persistence-mysql modules?

You can auto-generate repository tests by providing a package name to produce Java test classes and fixtures under testFixtures, test, and integration directories for persistence-mysql modules. It targets test fixtures, unit tests, and integration tests for repositories.

What is the best way to generate unit and integration tests for Java repository adapters?

Generating unit and integration tests for Java repository adapters is automated by providing a package name, which produces corresponding test classes and fixtures covering adapters and domain entities under test and integration directories.

Does this test generation approach support modules like selleradmin, brand, category, and seller?

Yes, repository test generation supports multiple persistence-mysql modules including selleradmin, brand, category, and seller, producing test fixtures and unit tests for their domain entities and repository adapters.

How do I create test fixtures for domain entities and repository adapters in Java?

Creating test fixtures for domain entities and repository adapters is automated by running the tool with a package name, which generates the corresponding fixtures under the testFixtures directory for persistence-mysql modules.

When do I need to generate repository tests for persistence-mysql modules?

You need to generate repository tests for persistence-mysql modules when you want to automate coverage for test fixtures, unit tests, and integration tests across domain entities and repository adapters without writing them manually.