jdbc-runone

Run a single CUBRID JDBC test class and report pass or fail.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/tw-kang/skills --skill jdbc-runone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jdbc-runone
Source: https://github.com/tw-kang/skills/tree/main/jdbc-runone
Command: npx skills add https://github.com/tw-kang/skills --skill jdbc-runone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes a single CUBRID JDBC testcase (JUnit Java class) and reports pass/fail, enabling targeted validation of JDBC tests.

Core Features & Use Cases

  • Run a specific JDBC test class by its fully-qualified name and receive a concise pass/fail report.
  • Read and analyze test outcomes to identify failing assertions or setup issues.
  • Use case: run com.cubrid.jdbc.test.cbrd.TestCbrd27100 to quickly verify a focused test scenario.

Quick Start

Provide the full path to the JDBC test class and run it through the CTP JDBC runner.

Frequently Asked Questions about jdbc-runone

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

FAQPage Schema
How do I run a single CUBRID JDBC test class against a CTP setup?

To run a single CUBRID JDBC test, provide the fully-qualified test class name and build URL path to execute it through the CTP JDBC runner and receive a pass/fail report.

What's the best way to verify a targeted JUnit test scenario for a CUBRID build?

Executing a single JUnit test class by its fully-qualified name allows you to quickly verify a focused CUBRID test scenario and identify any failing assertions or setup issues.

Do I need a CTP installation to execute a single JDBC test?

Yes, you need a CTP installation to execute a single JDBC test. The runner enforces required environment checks, including CTP setup, locating the test class, and proper classpath configuration.

Can I analyze failing assertions from a specific JDBC test execution?

Yes, you can analyze test outcomes from a specific JDBC test execution to read and identify failing assertions or setup issues reported after running the targeted test class.

Why does my JDBC test runner fail to locate the test class?

Your JDBC test runner fails to locate the test class if required inputs are missing, the environment checks fail, or the proper classpath configuration is not correctly set up for the CTP installation.