Skip to content
Development
Skill

/quality-engineering-zephyr-coverage-analysis

Audit test coverage health, gaps, and QE debt for Jira stories or epics. Produces coverage_analysis_report.md with AC-to-TC heatmap, risk scores, and prioritized action plan. Use when assessing coverage percentage, pre-release readiness, sprint readiness, or identifying missing

From plugin
agent-skills-standard
565200 skills21 agents21 commands1 MCP
Install
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill quality-engineering-zephyr-coverage-analysis --agent claude-code

How it fires

How this skill 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.
  • Slash command/quality-engineering-zephyr-coverage-analysis

Context preview

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

Audit test coverage health, gaps, and QE debt for Jira stories or epics. Produces coverage_analysis_report.md with AC-to-TC heatmap, risk scores, and prioritized action plan. Use when assessing coverage percentage, pre-release readiness, sprint readiness, or identifying missing

SKILL.md

quality-engineering-zephyr-coverage-analysis.SKILL.md
name: quality-engineering-zephyr-coverage-analysis
description: Audit test coverage health, gaps, and QE debt for Jira stories or epics. Produces coverage_analysis_report.md with AC-to-TC heatmap, risk scores, and prioritized action plan. Use when assessing coverage percentage, pre-release readiness, sprint readiness, or identifying missing test cases. Do NOT use for TC creation — use zephyr-test-generation instead.
metadata:
  triggers:
    files:
    - 'coverage_analysis_report.md'
    keywords:
    - coverage analysis
    - test coverage
    - coverage gaps
    - QE debt
    - QE audit
    - pre-release readiness
    - sprint readiness
    - zephyr coverage
    - test gap
    - AC coverage
    - test-ready

Zephyr Coverage Analysis

**Priority: P1 (HIGH)**

Workflow

> **CRITICAL — Read and follow workflow file exactly. NOT implement from memory or from this description.** > Implementing inline bypasses `jira-analyst` and `zephyr-scanner` sub-agents.

Read and execute `.agents/workflows/zephyr-coverage-analysis.md`.

Anti-Patterns

  • **No TC creation**: Analysis read-only — call quality-engineering-zephyr-test-generation to create TCs.
  • **No pagination-first**: Always use `Get Issue Link Test Cases` (direct lookup) before falling back to pagination.
  • **No ticket-level platform**: Read Platform from each AC table row HTML, not ticket header section.
  • **No merged WEB+MOBILE slots**: Treat each platform as independent coverage slot — Mobile covered ≠ Web covered.
  • **No skipping QE debt**: Scan beyond AC rows — always include data correctness, negative flows, role differentiation, and regression risk in Section 4.

References

  • [Report Template](references/coverage_report_template.md) — load when building coverage_analysis_report.md (Step 5 of workflow)
  • [Impact Analysis Protocol](../quality-engineering-zephyr-test-generation/references/impact_analysis.md) — TC discovery protocol
  • [Zephyr Test Generation](../quality-engineering-zephyr-test-generation/SKILL.md) — invoke after analysis to create missing TCs

Canonical response anchors

When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:

  • HIGH
  • P1
  • QE Debt
  • coverage_analysis_report.md
  • covered
  • Additional task-grounded exact anchors: zephyr-test-generation
Read more
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 skills on agent-skills-standard.