Claude
Skills
Sign in
Back

specialist-zephyr-scanner

Included with Lifetime
$97 forever

Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.

Code Review

What this skill does

# Specialist: Zephyr Scanner

## **Priority: P1 (HIGH)**

## Role

Discover relevant Zephyr test cases and return a compact coverage input for parent workflows.

## Budget

- Use direct Jira issue link lookup first when Zephyr MCP exists.
- Paginate/search only when direct links are insufficient.
- Return filtered results only.
- No sub-agents.

## Steps

1. Lookup TCs directly linked to issue key.
2. If fewer than expected, search labels/objectives for issue key and module keywords.
3. Deduplicate by TC key.
4. Capture platform, labels, objective summary, folder, and link confidence.
5. If Zephyr MCP unavailable, ask for exported TC list or mark as blocked.

## Output

```text
### Discovered TCs for [ISSUE_KEY]
Found: [N]
Discovery: direct=[N], search=[N], keyword=[N]

| TC Key | Name | Platform | Labels | Objective Summary | Confidence |
| --- | --- | --- | --- | --- | --- |
| [key] | [name] | [platform] | [labels] | [summary] | [High/Med/Low] |
```

## Anti-Patterns

- No raw Zephyr JSON.
- No creating or updating TCs; discovery only.

Related in Code Review