CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/qase-io-case-management

Author and manage Qase.io test cases via the Public API v1 - create cases, organise into suites, attach structured steps, link to Jira/Linear/GitHub, manage shared steps, and bulk-import via JSON. Covers Token header auth, /case/{project_code} CRUD endpoints, the steps array with action / expected_result / data shape, and shared-step reuse. Use for pre-execution case authoring in teams using Qase as a modern lightweight TCM.

79

Quality

99%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a well-structured, code-dense overview that delegates detail to a single verified reference file, provides executable copy-paste guidance, and wraps its batch operations in explicit validation and retry feedback loops. It meets the top anchor on all four dimensions with no notable padding or abstraction.

DimensionReasoningScore

Conciseness

The body is lean and code-forward — it assumes Claude's competence and avoids explaining basic concepts, with the brief Overview justified for a niche product; every section earns its tokens, matching the score-3 "lean and efficient" anchor rather than the score-2 "mostly efficient but could be tightened".

3 / 3

Actionability

Provides fully executable Python for create/list/update/suite/shared_step plus a working CSV bulk-import loop, real endpoint paths, and the unusual Token header — copy-paste ready, matching the score-3 anchor rather than the pseudocode score-2 anchor.

3 / 3

Workflow Clarity

Batch operations have explicit validation checkpoints and feedback loops — bulk import verifies "len(created)+len(failed)==len(rows)" then re-runs only failed titles, and CI sync verifies case count and re-runs on mismatch — matching the score-3 anchor with explicit validation and error recovery.

3 / 3

Progressive Disclosure

The body is an overview that delegates the full enum tables, endpoint map, and response shapes to references/qase-api-reference.md (verified to exist, one level deep, clearly signaled inline), matching the score-3 "clear overview with well-signaled one-level-deep references" anchor.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A concise, third-person description that names concrete capabilities, includes explicit "Use for..." trigger guidance, and carves out a distinct Qase-specific niche. It satisfies all four dimensions at the top anchor without verbosity or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "create cases, organise into suites, attach structured steps, link to Jira/Linear/GitHub, manage shared steps, and bulk-import via JSON" — matching the score-3 anchor of several specific concrete actions rather than the single-domain score-2 anchor.

3 / 3

Completeness

Explicitly answers both what ("Author and manage Qase.io test cases via the Public API v1") and when ("Use for pre-execution case authoring in teams using Qase as a modern lightweight TCM"), satisfying the score-3 anchor with an explicit trigger clause; not capped at 2 because the "Use for..." trigger is explicit.

3 / 3

Trigger Term Quality

Natural user-facing terms are present ("Qase.io test cases", "bulk-import", "suites", "shared steps", "Jira/Linear/GitHub"), giving good coverage of the terms a user would actually say; not reduced to 2 because common variations are present rather than partially missing.

3 / 3

Distinctiveness Conflict Risk

Clear niche — Qase.io case management — with product-specific triggers ("Qase", "Public API v1") unlikely to conflict with sibling TestRail/Xray/Zephyr skills; matches the score-3 "clear niche with distinct triggers" anchor.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents