qa-coverage-analyzer

Analyze test coverage across requirements traceability, ISO 29119-4 techniques, and code coverage metrics.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-coverage-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-coverage-analyzer
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-coverage-analyzer
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-coverage-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of understanding and improving test coverage by analyzing it across three critical dimensions: requirements traceability, test design techniques, and code coverage, providing actionable insights to identify and prioritize gaps.

Core Features & Use Cases

  • Multi-Dimensional Analysis: Evaluates coverage from requirements (RTM), ISO 29119-4 techniques, and code execution (line, branch).
  • Gap Identification & Prioritization: Pinpoints uncovered requirements, technique imbalances, and low code coverage areas, prioritizing them by risk.
  • Use Case: A team wants to ensure their critical authentication module is thoroughly tested. This Skill analyzes the RTM to see which auth requirements lack tests, checks if diverse techniques like EP and BVA are used, and verifies code coverage percentages, then provides a prioritized list of actions to improve testing for high-risk uncovered areas.

Quick Start

Analyze the test coverage for the project using the provided RTM, test case metadata, and code coverage reports.

Frequently Asked Questions about qa-coverage-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze test coverage across requirements, techniques, and code?

Multi-dimensional test coverage analysis evaluates requirements traceability, ISO 29119-4 technique application, and code execution metrics to identify and prioritize coverage gaps based on risk, generating actionable improvement reports.

What is multi-dimensional test coverage analysis?

Multi-dimensional test coverage analysis evaluates requirements traceability, ISO 29119-4 test design techniques, and code coverage metrics together to pinpoint uncovered requirements, technique imbalances, and low code execution areas.

Does the coverage analyzer work with JaCoCo and coverage.py reports?

Yes, the coverage analysis integrates with code coverage tools like Istanbul, JaCoCo, and coverage.py to evaluate line and branch execution metrics alongside your requirements traceability matrix.

How do I prioritize test coverage gaps for high-risk modules?

You can prioritize test coverage gaps by analyzing your requirements traceability matrix and code coverage metrics to generate a risk-based list of uncovered areas needing immediate testing attention.

What do I need to start analyzing test coverage for my project?

To start analyzing test coverage, you need to provide your requirements traceability matrix, test case inventory metadata, and code coverage reports from tools like Istanbul, JaCoCo, or coverage.py.

When should I use ISO 29119-4 test design techniques for coverage analysis?

Use ISO 29119-4 test design techniques during coverage analysis when you need to verify technique diversity, such as checking if Equivalence Partitioning and Boundary Value Analysis are applied to critical modules.