AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Katalon Test Management

skill-katalon-labs-true-skills-katalon-test-management · by katalon-labs

Organize, classify, and trace Katalon True Platform/TestOps test assets. Use when you need to structure test cases into folders and suites, move or reorganize cases, search and find existing assets at scale, link or unlink requirements to test cases, or produce a requirement-to-test traceability report (which requirements have coverage, which cases are orphaned, coverage percentage). Prefer this…

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-katalon-labs-true-skills-katalon-test-management

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-katalon-labs-true-skills-katalon-test-management)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
17d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Katalon Test Management? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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 /. Prefer update/move over delete-and-recreate (delete_test_case has 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

  1. Establish scope. list_projects -> list_repositories. Resolve one target from context.
  2. Build the trace map. For each requirement key, find_test_cases_by_requirement; use fetch_requirement_data for coverage status. Classify each requirement as: covered, partially covered, or orphan (no case).
  3. Find loose assets. find_test_cases by feature/folder/keyword to surface cases with no requirement link (orphan cases) and duplicates.
  4. Fix links (only when known and requested). link_requirements_to_test_case after requirement IDs are confirmed; unlink_requirements_from_test_case for wrong links. Never guess a link.
  5. Organize inventory. manage_test_folder and move_test_case for structure; manage_test_suite to group runnable cases. Reuse before creating; summarize bulk moves and get approval before executing them.
  6. 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) or katalon-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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.