What problem does it solve?
This Skill removes the manual, error-prone work of writing new JDBC testcases for the CUBRID CTP by providing clear templates, naming conventions, and a self-review checklist so tests conform to CTP expectations.
Core Features & Use Cases
- Generate templates for JUnit 4 Java test classes tailored to bug fixes (CBRD-####), feature specs, or general JDBC testcases.
- Enforce conventions including package and class naming, method names containing "test", PropertiesUtil usage for connection parameters, DROP/CREATE table patterns, resource cleanup, and @Ignore usage for skipped tests.
- Operational guidance including CTP installation detection, directory path conventions, example test structure, and a self-review checklist to validate produced code before commit.
- Use Case: Quickly draft a JUnit test class for a CBRD bug, ensuring it follows CTP directory/package rules and contains safe setup/teardown and assertion patterns.
Quick Start
Generate a JDBC JUnit 4 test scaffold for CBRD-12345 that follows CTP naming, package, and cleanup conventions.