Skip to content
Development
Agent

zephyr-scanner

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

From plugin
agent-skills-standard
56721 skills21 agents21 commands1 MCP
Install
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

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

Agent definition

zephyr-scanner.md
name: 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.

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

### 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.
Ships withagent-skills-standard

The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.

Get the whole plugin

Other agents on agent-skills-standard.