sprint-report

Generate sprint health reports from Jira tickets and GitHub pull request statuses.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HumandDev/hu-ai-agent-plugin --skill sprint-report-humanddev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprint-report
Source: https://github.com/HumandDev/hu-ai-agent-plugin/tree/main/plugins/humand-product-workflow/skills/sprint-report
Command: npx skills add https://github.com/HumandDev/hu-ai-agent-plugin --skill sprint-report-humanddev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, curl, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of comprehensive sprint health reports by cross-referencing Jira tickets with code delivery status across multiple repositories, providing a clear overview of sprint progress and potential blockers.

Core Features & Use Cases

  • Real-time Data: Fetches live data from Jira and GitHub, ensuring accuracy.
  • Comprehensive Reporting: Generates markdown reports detailing ticket status, code activity, and review progress.
  • Automated Enrichment: Integrates with GitHub to enrich reports with pull request status.
  • Use Case: At the end of a sprint, use this Skill to automatically generate a report summarizing which tickets are done, in review, or in progress, along with the associated code delivery status for each.

Quick Start

Generate a sprint health report for the 'SQRN' team, using the active sprint.

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 and GitHub?

To generate a sprint health report, the Skill queries Jira for sprint tickets and GitHub for code delivery status across multiple repositories, processing data in real-time to produce a comprehensive markdown report.

Can I track Jira sprint progress alongside GitHub pull requests?

Yes, you can track sprint progress alongside GitHub pull requests by cross-referencing Jira tickets with code delivery status, automatically enriching the report with associated pull request information and review progress.

What credentials do I need to automate sprint report generation?

To automate sprint report generation, you need authenticated gh CLI credentials, Jira API credentials, and optionally Atlassian MCP for fallback operations, ensuring live data fetching from both platforms.

What is the best way to summarize code delivery status across multiple repositories?

The best way to summarize code delivery status across multiple repositories is using an automated reporting tool that fetches live data, categorizes ticket status, and enriches the output with pull request details in a markdown format.

Does this sprint report generation work with the active sprint automatically?

Yes, the sprint report generation works with the active sprint by querying live Jira data for the specified team, such as the 'SQRN' team example, to summarize tickets that are done, in review, or in progress.

Why does sprint report generation require python3, curl, and gh?

Sprint report generation requires python3, curl, and gh to execute scripts that fetch live data via Jira APIs and authenticate GitHub CLI commands for querying code delivery status across repositories.