sprint-report

Analyze Jira sprint data to generate HTML and Markdown health reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stackrox/ambient-workflows --skill sprint-report-stackrox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-report
Source: https://github.com/stackrox/ambient-workflows/tree/main/workflows/sprint-report/.claude/skills/sprint-report
Command: npx skills add https://github.com/stackrox/ambient-workflows --skill sprint-report-stackrox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Sprint health data from Jira is typically buried in dashboards; this skill automates extraction, analysis, and reporting to deliver a clear health snapshot for stakeholders.

Core Features & Use Cases

  • 8-dimension sprint health analysis including delivery rate, cycle time, AC coverage, never-started items, and carryover.
  • Generates styled HTML and Markdown reports suitable for executives, product owners, and development teams.
  • Use Case: Run after each sprint to publish a health report to artifacts and share with stakeholders.

Quick Start

Analyze the current sprint data from Jira and generate a ready-to-share health report.

Frequently Asked Questions about sprint-report

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

FAQPage Schema
How do I generate a sprint health report from Jira data?

This skill analyzes active Jira sprints across boards or components to generate a comprehensive sprint health report. It discovers required custom fields for story points, validates data quality, and renders outputs with eight health dimensions including delivery rate and cycle time.

What metrics are included in an agile sprint health analysis?

Sprint health analysis includes eight dimensions covering delivery rate, cycle time, acceptance criteria coverage, never-started items, and carryover. It also detects anti-patterns and generates executive summaries for stakeholders.

Can I export Jira sprint KPIs as an HTML report for executives?

Yes, you can export Jira sprint KPIs as a styled HTML report suitable for executives. The skill renders the final report using a production HTML template and exports artifacts to a dedicated sprint-report directory.

Does the sprint report tool validate Jira data quality automatically?

Yes, the sprint report tool validates Jira data quality automatically during analysis. It discovers required custom fields for sprint metadata and story points to ensure accurate health dimension calculations before rendering the final output.

What is the best way to share sprint anti-pattern detection results with a development team?

The best way to share sprint anti-pattern detection results is by generating styled Markdown reports. These outputs summarize health dimensions and anti-patterns, making them easy to distribute to development teams and product owners after each sprint.