Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill specialist-zephyr-scanner --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Specialist Zephyr Scanner?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-specialist-zephyr-scanner)More formats (shields.io, HTML) on the badges page.
---
name: specialist-zephyr-scanner
description: Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks. Use for coverage analysis and traceability checks.
metadata:
triggers:
keywords:
- zephyr scanner
- linked test cases
- test coverage
- TC discovery
---
# 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; if none exists, return `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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!