Install
$ agentstack add skill-katalon-labs-true-skills-katalon-test-plan ✓ 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 Plan
Use this skill for the planning stage of the Katalon lifecycle: turn quality goals into a scoped, risk-prioritized, executable plan. The output is a plan the team can act on plus the folder/suite/release structure that makes it runnable. Prefer Katalon MCP tools for platform data; use the human as a tool when scope, risk appetite, or release target cannot be resolved safely.
Availability Boundary
State the boundary before promising a plan:
- Available via MCP: resolve scope (
list_projects,list_repositories,find_iterations), read requirement coverage and gaps (fetch_requirement_data,find_requirements,find_test_cases_by_requirement), and build the executable plan structure (manage_test_folder,manage_test_suite, add cases to suites). - Not directly available: create a Release or Build entity, create a formal Test Plan entity, or author release gates through MCP. These live in the TestOps UI.
- Workaround (the MCP-legal test plan): a named folder + test suite associated with a sprint/release is the executable plan. Create it, populate it, and report it as the plan of record.
Planning Workflow
+---------------+ +----------------------+ +----------------------+
| Resolve scope | --> | Read coverage + risk | --> | Prioritize what first|
+---------------+ +----------------------+ +----------------------+
| | |
v v v
+---------------+ +----------------------+ +----------------------+
| Propose plan | --> | Build folder + suite | --> | Associate sprint/rel |
+---------------+ +----------------------+ +----------------------+
Steps and tool rules
- Resolve scope.
list_projects->list_repositories. If exactly one matches the user's wording or context, use it. Usefind_iterationsto bind the plan to a sprint/release when named. - Read coverage and gaps. Use
fetch_requirement_datafor requirement coverage status andfind_test_cases_by_requirementto see which requirements already have cases.find_requirements/read_requirementwhen requirement keys are supplied. - Prioritize by risk and evidence. Rank scope using: requirement coverage gaps first, then high-change/high-traffic areas, then areas with historically unstable tests (defer stability detail to
katalon-test-review). State the risk basis; do not invent traffic numbers the MCP does not return. - Propose the plan in chat. Objectives, in-scope / out-of-scope, coverage matrix (requirement -> planned cases), risk ranking, target environments, and the suite/folder structure you will create.
- Materialize the executable structure.
manage_test_folderfor the plan folder,manage_test_suitefor the runnable suite, add the selected/known cases. Reuse an existing folder/suite when one already matches instead of creating a duplicate. - Verify and report.
read_test_suiteto confirm; report the plan of record with the suite as the executable artifact and the open gaps to fill next.
Prompt recipes
Plan testing for sprint 3.2 in project Cellphone Shop: show coverage gaps and build the executable suite.What should we test first for release R-2026-Q3 based on requirement coverage? Propose a risk-ranked plan.Create a test plan structure (folder + suite) for requirement CEL-6 and associate it with the current sprint.
Hand-offs
- Gaps to fill ->
katalon-create-test-cases. - Plan ready to run ->
katalon-execute-test. - Ship decision on the planned scope ->
katalon-release-analyze. - Traceability audit of the plan ->
katalon-test-management.
Read references/planning-workflow.md before proposing scope. Read the orchestrator katalon-trueplatform-testing/references/unavailable-capabilities.md when the user asks "can Katalon plan X?".
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.