Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Qa Metrics

ASecurity

[QA Method] Quality metrics & gates: pass rate, defect density, DRE, coverage tracking, quality gate enforcement.

2 stars
0 votes
0 copies
0 views
Added 9/20/2026
devopsgodocumentation

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add VirtoCommerce/vc-mcp-testing-module --skill qa-metrics --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Qa Metrics?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Qa Metrics
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/virtocommerce-qa-metrics/badge)](https://www.skillsdirectory.com/skills/virtocommerce-qa-metrics)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: qa-metrics
description: "[QA Method] Quality metrics & gates: pass rate, defect density, DRE, coverage tracking, quality gate enforcement."
argument-hint: "[metrics|gates|report|trends]"
disable-model-invocation: true
---

# /qa-metrics — Quality Metrics & Quality Gates

Measure test effectiveness and enforce quality gates for sprint releases, full releases, and regression runs. Use to assess current quality posture, track trends, or validate go/no-go decisions.

## Usage
```
/qa-metrics                    # Full overview (all metrics + gates)
/qa-metrics metrics            # Metric definitions and formulas
/qa-metrics gates              # Quality gate thresholds only
/qa-metrics report             # Generate quality report from latest run
/qa-metrics trends             # Analyze trends from history.json
```

## Supporting Files

- **quality-metrics-catalog.md** — All metric definitions with formulas, targets, data sources, actions, and reporting cadence
- **quality-gates.md** — Gate thresholds for smoke/sprint/release, rollback criteria, escalation matrix, gate enforcement checklist

## Execution

> **Compute the numbers deterministically — don't do the arithmetic by hand.**
> `npm run metrics:compute -- --history reports/regression/history.json [--gate smoke|sprint|release|hotfix]
> [--suite <id>] [--since <ISO>] [--p0-bugs N] [--p1-bugs N] [--json]` (`scripts/regression/compute-metrics.ts`) is the
> single source for every formula in `quality-metrics-catalog.md` (pass/fail/blocked/skip rate, velocity,
> defect density) and every trend (sprint-over-sprint delta, rolling average, consecutive drops, flakiness),
> plus the gate verdict per `quality-gates.md` §9 (PASS/FAIL or APPROVED / WITH CONDITIONS / BLOCKED). It
> exits non-zero on BLOCKED/FAIL so it can gate CI. Pass-rate criteria are computed from the run history;
> open-P0/P1 bug counts come from JIRA, so supply them via `--p0-bugs`/`--p1-bugs` (default 0). The skill's
> job is to run this, then write the narrative around the numbers — never to recompute them.

1. **Determine the context:**
   - `metrics` → Read `quality-metrics-catalog.md`, list all metric definitions
   - `gates` → Read `quality-gates.md`, show gate thresholds for the relevant release type
   - `report` → Read both files, compute metrics from latest regression results in `reports/regression/`
   - `trends` → Read `quality-metrics-catalog.md` "Using history.json" section, analyze `reports/regression/history.json`

2. **For quality reports:**
   - Read latest regression report(s) from `reports/regression/`
   - Calculate: pass rate, fail rate, blocked rate, execution velocity
   - Calculate: defect density (bugs per test case), defect detection rate
   - Compare against gate thresholds from `quality-gates.md`
   - Render verdict: APPROVED / APPROVED WITH CONDITIONS / BLOCKED

3. **For trend analysis:**
   - Read `reports/regression/history.json` (90-day rolling window)
   - Calculate sprint-over-sprint pass rate delta
   - Identify flaky tests (pass/fail oscillation)
   - Flag degradation trends (3+ consecutive drops)
   - Produce trend summary with recommendations

4. **For go/no-go decisions:**
   - Identify the release type (smoke, sprint, full, hotfix)
   - Load corresponding gate from `quality-gates.md`
   - Evaluate each gate criterion against current metrics
   - Output: gate status per criterion, overall verdict, blockers list

## Integration with Other Skills
- Use `/qa-risk` to determine which metrics matter most for current scope
- Use `/qa-evidence` for output formatting of quality reports
- Gate enforcement integrates with regression-orchestrator's final report

## Rules
- Metrics must be calculated from actual test results, never estimated
- Quality gates are non-negotiable — BLOCKED means no deployment
- APPROVED WITH CONDITIONS requires explicit risk acceptance documentation (see `/qa-risk`)
- Trend analysis requires at least 3 data points — do not extrapolate from 1-2 runs
- Always include the data timestamp and run ID in metric reports

Attribution

VirtoCommerceVirtoCommerce
View sourceMore from VirtoCommerce →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

393431 votes

sematext-otel

Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.

01 votes

Deployment Patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

2459130 votes

Babysit

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

929660 votes

V7 Roster

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805540 votes
View all in devops →