dora-lite-report

Generate weekly DORA metrics reports from API and Spinnaker data.

4|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/npow/claude-skills --skill dora-lite-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dora-lite-report
Source: https://github.com/npow/claude-skills/tree/main/dora-lite-report
Command: npx skills add https://github.com/npow/claude-skills --skill dora-lite-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms software delivery data into a consistent weekly DORA metrics report, reducing the effort required to measure deployment speed, delivery lead time, deployment failures, and recovery performance.

Core Features & Use Cases

  • Four-Metric Reporting: Computes Deployment Frequency, Lead Time for Changes, Change Failure Rate, and Failed Deployment Recovery Time.
  • Resilient Data Collection: Attempts the authoritative DORA metrics API first, then falls back to Spinnaker delivery data when the API is unavailable.
  • Statistical Honesty: Includes raw counts, period-over-period trends, sample-size reliability flags, per-application breakdowns, and failed deployment details without using retired performance tiers.
  • Use Case: Generate a weekly report across several Spinnaker applications, compare delivery velocity with stability, and identify whether changes in deployment speed are accompanied by increased failure or recovery time.

Quick Start

Use the dora-lite-report skill to generate a weekly DORA metrics report for the configured Spinnaker applications and deliver it as HTML.

Frequently Asked Questions about dora-lite-report

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

FAQPage Schema
How do I generate a weekly DORA metrics report for Spinnaker applications?

Generate a weekly DORA metrics report for Spinnaker applications by computing deployment frequency, lead time, change failure rate, and recovery time. The process queries a DORA API with Spinnaker fallback data to produce an HTML delivery with deterministic trends and per-application breakdowns.

What DORA metrics are included in a software delivery performance report?

DORA metrics included in a software delivery performance report are deployment frequency, lead time for changes, change failure rate, and failed deployment recovery time. The report computes period-over-period trends and raw-count reliability indicators for each metric.

Can I calculate deployment frequency and lead time if the DORA API is unavailable?

You can calculate deployment frequency and lead time when the DORA API is unavailable by falling back to Spinnaker delivery data. This resilient data collection mechanism ensures continuous software delivery reporting even during primary API outages.

Does the DORA metrics report use elite, high, or medium performance tiers?

The DORA metrics report avoids retired performance tiers like elite, high, or medium. Instead, it provides statistical honesty through raw counts, sample-size reliability flags, and failed deployment details to represent actual software delivery performance accurately.

How do I track failed deployment recovery time across multiple applications?

Track failed deployment recovery time across multiple applications by generating a weekly report with per-application breakdowns and failed deployment details. This identifies whether increased deployment speed correlates with longer recovery times or higher change failure rates.

Are individual developer performance metrics included in the DORA report?

Individual developer performance metrics are not included in the DORA report. The analysis focuses strictly on aggregate software delivery performance, computing deterministic trends and reliability indicators at the application level to avoid individual-level tracking.