create-test-caseslisted
Install: claude install-skill katalon-labs/true-skills
# Katalon Create Test Cases
Use this skill for the test design and import portion of Katalon True Platform work. Keep the larger `true-platform-testing` skill available as the end-to-end orchestrator; this skill is only the focused create/update/link workflow.
## Availability Boundary
State the Katalon MCP boundary before promising writes:
- Available: list projects/repositories, find/read requirements, create/read/update/move test cases, find/manage folders, find/read/manage test suites, and link requirements to test cases.
- Not directly available: create requirements, create a formal Test Plan entity, inspect the live AUT UI, or guarantee downstream AI execution.
- Workaround for a test plan: create or reuse a named test suite/folder as the executable planning structure.
Read `references/capability-boundaries.md` when the user asks whether Katalon can do a specific operation.
## Resolve Context First
Before mutating Katalon data:
1. Call `list_projects`.
2. Call `list_repositories`.
3. Resolve the repository/Test Project from the user's wording, requirement key, or unique available repository.
Rules:
- Treat repository and Test Project as the same resolution target.
- If exactly one repository exists, use it.
- If multiple equally plausible repositories remain, ask the user to choose.
- If the user says "Katalon Cloud" or "cloud repo", prefer a repository named `Katalon Cloud` when present.
- Do not scan every repository just to avoid asking.
## Analyze Requirem