write-metrics-report

Generate a metrics-report.md with delivery and quality metrics against baselines.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/daddia/space --skill write-metrics-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: write-metrics-report
Source: https://github.com/daddia/space/tree/main/.agents/skills/write-metrics-report
Command: npx skills add https://github.com/daddia/space --skill write-metrics-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a metrics-report.md that captures actual delivery and quality metrics against defined baselines.

Core Features & Use Cases

  • Automated metrics reporting: Generate a single metrics-report.md with delivery (velocity, cycle time, PR merge rate) and quality (defect rate, coverage, acceptance) metrics, baselined to metrics.md.
  • Scope-aware reporting: Works for sprint or epic scopes; can include trend only if previous report exists.
  • Baseline-driven: Reads definitions and baselines from metrics.md; flags missing baselines.
  • Use Case: End-of-sprint or end-of-epic reporting to support retrospective preparation.

Quick Start

Ask your AI to generate the metrics-report.md for the current sprint or epic using metrics.md as the baseline.

Frequently Asked Questions about write-metrics-report

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

FAQPage Schema
How do I generate a sprint delivery metrics report against baselines?▼

To generate a sprint delivery metrics report, the skill reads metric definitions and baselines from metrics.md and outputs a structured metrics-report.md. It captures actual delivery and quality metrics like velocity, cycle time, and PR merge rate for end-of-cycle reporting.

What is the best way to track epic quality metrics like defect rate and coverage?▼

Epic quality metrics tracking is handled by generating a metrics-report.md that captures defect rate, coverage, and acceptance metrics. It reads baselines from metrics.md and flags missing baselines to ensure accurate end-of-epic reporting for retrospective preparation.

Can I produce an end-of-cycle report that includes trend analysis?▼

You can produce an end-of-cycle report with trend analysis if a previous report exists. The skill generates a metrics-report.md that includes a trend section, applying to either sprint or epic scope to support retrospective preparation.

Does sprint metrics reporting work without predefined baselines?▼

Sprint metrics reporting reads metric definitions and baselines from metrics.md to function properly. If baselines are missing, the skill flags them in the generated metrics-report.md so you can identify measurement gaps before your retrospective.

What delivery and quality metrics are included in an end-of-sprint report?▼

An end-of-sprint report includes delivery metrics like velocity, cycle time, and PR merge rate, alongside quality metrics such as defect rate, coverage, and acceptance metrics. The output metrics-report.md also features summary, trend, and measurement gap sections.