isolation-runone

Run a single CTP isolation testcase (.ctl) and report pass/fail.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill executes a single CTP isolation testcase (.ctl) on the local machine and reports pass/fail to streamline targeted isolation testing.

Core Features & Use Cases

  • Run a single .ctl isolation test via CTP and obtain a clear pass/fail result.
  • Generate a .result alongside logs for quick diagnosis and debugging.
  • Useful for validating a specific isolation scenario or regression fix before broader testing.

Quick Start

Provide the path to the target .ctl file and run the skill to execute it.

Frequently Asked Questions about isolation-runone

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

FAQPage Schema
How do I run a single CTP isolation test on a local machine?

To run a single CTP isolation test, provide the path to the target .ctl file and execute it locally. The test runner processes the isolation scenario and generates a clear pass or fail result.

What do I need to execute a .ctl isolation testcase?

Executing a .ctl isolation testcase requires a CTP installation, access to the isolation testcases directory, and a target .ctl file along with its expected .result file for validation.

When should I run a single isolation test instead of a full suite?

Run a single isolation test when validating a specific isolation scenario or regression fix before broader testing. It provides quick diagnosis and debugging for targeted changes.

How does CTP report pass/fail results for isolation tests?

CTP reports pass/fail results by executing the .ctl file and generating a .result file alongside detailed logs. This output allows you to quickly diagnose and debug the test outcome.

Can I use this to validate a CUBRID isolation scenario?

Yes, you can validate a specific CUBRID isolation scenario by executing a single .ctl test file. It applies to targeted isolation testing on the local machine to verify specific scenarios.