mcpbeat

Quality Engineering Zephyr Coverage Analysis

hoangnguyen0403/agent-skills-standard-quality-engineering-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 test cases. Do NOT use for TC creation — use zephyr-test-generation instead.

This is a copy. The original lives at hoangnguyen0403/quality-engineering-zephyr-coverage-analysis.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
536
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill quality-engineering-zephyr-coverage-analysis

What comes with it

3 375 bytes besides the instruction
references/coverage_report_template.md

The instruction itself

6 sections, as written by the author

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 — load when building coverage_analysis_report.md (Step 5 of workflow)
  • Impact Analysis Protocol — TC discovery protocol
  • Zephyr Test Generation — 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

How to use it

Copy the folder

Take hoangnguyen0403/agent-skills-standard-quality-engineering-quality-engineering-zephyr-coverage-analysis from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.