cui-java-unit-testing

Installation
SKILL.md

CUI Java Unit Testing Skill

Standards and patterns for writing high-quality unit tests in CUI Java projects using JUnit 5, the CUI test generator framework, and value object contract testing.

Workflow

Step 1: Load Applicable Testing Standards

CRITICAL: Load current testing standards to use as enforcement criteria.

  1. Always load foundational testing standards:

    Read: standards/testing-junit-core.md
    

    This provides core JUnit 5 patterns, AAA structure, assertion standards, and test organization that are always needed for testing.

  2. Conditional loading based on testing context:

Installs
2
First Seen
Feb 13, 2026
cui-java-unit-testing — cuioss/cui-llm-rules