quality-metrics

Generates unified quality dashboards and ISTQB compliance audit reports from test execution metrics.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/ahuaracab/test-genesis --skill quality-metrics-ahuaracab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-metrics
Source: https://github.com/ahuaracab/test-genesis/tree/main/.agents/skills/quality-metrics
Command: npx skills add https://github.com/ahuaracab/test-genesis --skill quality-metrics-ahuaracab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Test results are scattered across sprint execution, documentation, regression, and automation artifacts, making it hard to answer simple questions like pass rate trends, coverage gaps, or audit readiness without manual spreadsheet work. ## Core Features & Use Cases - Unified Metrics Aggregation: Read-only collection of pass rate, defect density, escape rate, coverage, and automation ROI from sprint-testing, test-documentation, regression-testing, and test-automation artifacts, computed per IEEE 29119-2 formulas. - Dashboard & Trend Export: Produces HTML dashboards, Markdown reports, and JSON snapshots with 10-run trend analysis, health scoring (0-100), and red-flag threshold alerts. - ISTQB Compliance Audit Reports: Maps test artifacts against 28 ISTQB/ISO/SOC2/GDPR documentation standards (112 checklist items), calculates weighted compliance scores, and generates audit-ready reports with sign-off sections. - Use Case: After a sprint ends, ask for a quality dashboard to get a GO/NO-GO release recommendation with trend charts, then generate a compliance audit report for your ISO 27001 assessment. ## Quick Start Ask the agent to generate a quality metrics dashboard for the current sprint, or run bun run quality:audit-report --project my-app --format html to produce a compliance audit report.

Frequently Asked Questions about quality-metrics

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

FAQPage Schema
How do I generate a quality metrics dashboard from test results?

Invoke the skill with a request like "generate quality dashboard" after your sprint or regression runs complete. It reads pass/fail counts, defects, and coverage from existing test artifacts and exports an HTML dashboard, Markdown report, and JSON snapshot.

What test metrics does IEEE 29119-2 define for reporting?

The skill implements pass rate, defect density per KLOC, escape rate, feature coverage percentage, and automation ROI. These are combined into a weighted health score from 0 to 100 with red-flag thresholds for each metric.

How do I create an ISTQB compliance audit report?

Run bun run quality:audit-report with optional --project and --format flags. The report maps your test artifacts against 28 ISTQB and standards PDFs across 112 checklist items, producing JSON, Markdown, or HTML output with sign-off sections.

Does quality-metrics modify my existing test data or artifacts?

No, all operations are strictly read-only against sprint-testing, test-documentation, regression-testing, and test-automation artifacts. It only writes new dashboard and audit report files to its own output directories.

How is the quality trend analysis calculated across sprints?

Trends require a minimum of 3 historical snapshots and use slope calculation: (latest minus oldest) divided by run count minus one. Slopes above +0.5% classify as IMPROVING, below -0.5% as DECLINING, otherwise STABLE.

When should I not use the quality-metrics skill?

Do not use it to modify test data or defect records, adapt automation frameworks, or orchestrate test execution. Those tasks belong to the Adapt-framework, sprint-testing, or regression-testing skills respectively.