test-case-to-katalon-studiolisted
Install: claude install-skill katalon-labs/true-skills
# Katalon Test Case To Katalon Studio
Use this skill to turn Katalon Platform/TestOps manual test cases into Katalon Studio automation: `.tc` metadata, the paired Groovy script, Object Repository test objects, and the test suite that binds data to them. Prefer the conventions the target project already uses. Treat the human as a tool: ask concise questions whenever a project path, credential, selector, or test data value cannot be discovered safely.
## Availability Boundary
State the boundary before promising automation. It has three parts and none of them is optional.
**Available through Katalon MCP**
- Resolve context with `list_projects` and `list_repositories`.
- Read the source case with `find_test_cases` and `read_test_case`; resolve a requirement key with `find_requirements`, `read_requirement`, and `find_test_cases_by_requirement`.
- Read platform-side suites with `find_test_suites` and `read_test_suite`.
- Write the generated Studio path back onto the platform case with `update_test_case`, for traceability.
**Not available through Katalon MCP**
- No MCP tool reads or writes a Studio project file. `.prj`, `.tc`, `.rs`, `.ts`, `.glbl`, `.dat`, and everything under `Scripts/` live on disk only. Work on a local checkout and ask the human for the path.
- No MCP tool captures web objects. Web Spy and Record are Studio desktop features; write `.rs` files by hand.
- No MCP tool inspects the live application. Use Browser/Playwright to discover selectors, then encode th