Install
$ agentstack add skill-katalon-labs-true-skills-katalon-test-management ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Katalon Test Management
Use this skill for the management stage: keep the test inventory organized, findable, and fully traceable to requirements. Traceability is the platform's differentiator, so the headline output is a requirement test case suite map, not just folder tidying.
Availability Boundary
- Available via MCP: folders (
find_test_folders,manage_test_folder), suites (find_test_suites,manage_test_suite,read_test_suite), case organization (move_test_case,duplicate_test_case,delete_test_case), search (find_test_cases), and requirement links (link_requirements_to_test_case,unlink_requirements_from_test_case,find_test_cases_by_requirement,fetch_requirement_data). - Not directly available: custom fields and tags authoring, dynamic test suites, Git repository configuration, script-repo upload, and project governance/notifications — these are TestOps-UI or Studio operations. Name them as boundaries; do not claim MCP writes for them.
- Naming charset: test case names allow only letters, numbers, spaces and
( ) . , _ -. Folder paths allow/. Preferupdate/moveover delete-and-recreate (delete_test_casehas been unreliable).
Traceability Workflow
+---------------------+ +-----------------------+ +----------------------+
| Read requirements | --> | Map cases reqs | --> | Find orphans + gaps |
+---------------------+ +-----------------------+ +----------------------+
| | |
v v v
+---------------------+ +-----------------------+ +----------------------+
| Link/unlink to fix | --> | Organize into suites | --> | Report traceability |
+---------------------+ +-----------------------+ +----------------------+
Steps and tool rules
- Establish scope.
list_projects->list_repositories. Resolve one target from context. - Build the trace map. For each requirement key,
find_test_cases_by_requirement; usefetch_requirement_datafor coverage status. Classify each requirement as: covered, partially covered, or orphan (no case). - Find loose assets.
find_test_casesby feature/folder/keyword to surface cases with no requirement link (orphan cases) and duplicates. - Fix links (only when known and requested).
link_requirements_to_test_caseafter requirement IDs are confirmed;unlink_requirements_from_test_casefor wrong links. Never guess a link. - Organize inventory.
manage_test_folderandmove_test_casefor structure;manage_test_suiteto group runnable cases. Reuse before creating; summarize bulk moves and get approval before executing them. - Report the traceability matrix. requirement -> case(s) -> suite(s), coverage %, orphan requirements, orphan cases, and duplicate candidates. This is the deliverable.
Prompt recipes
Audit requirement-to-test traceability for project X and list every requirement with no test case.Reorganize the smoke suite: move all P0 login cases into Test Cases/Auth/Smoke and report the new structure.Link test cases TC-1042 and TC-1043 to requirement CEL-6 and confirm the coverage.Find duplicate test cases in the Checkout folder and propose which to keep.
Hand-offs
- Coverage gaps found ->
katalon-create-test-cases(author) orkatalon-test-plan(schedule). - Quality verdict on the organized suite ->
katalon-test-review.
Read references/traceability.md before running an audit. Consult the orchestrator's references/unavailable-capabilities.md for the full boundary list.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: katalon-labs
- Source: katalon-labs/true-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.