AgentStack
SKILL verified Apache-2.0 Self-run

Jira Sprint Summary

skill-opendatahub-io-ai-helpers-jira-sprint-summary · by opendatahub-io

Generate comprehensive sprint summaries by analyzing JIRA sprint data, including issue breakdown, progress metrics, and team performance insights.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-opendatahub-io-ai-helpers-jira-sprint-summary

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Jira Sprint Summary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Name

odh-ai-helpers:jira-sprint-summary

Synopsis

/jira:sprint-summary  [options]

Description

Generate comprehensive sprint summaries by analyzing JIRA sprint data, including issue breakdown, progress metrics, and team performance insights. This command provides data-driven insights for sprint retrospectives, stakeholder reporting, and process improvement.

Parameters

  • sprint-name: The exact name or identifier of the sprint (required)
  • [options]: Optional flags for customizing output (see Options section)

Prerequisites

  • JIRA MCP server must be configured and accessible
  • Appropriate JIRA permissions to access sprint and issue data
  • Valid sprint name that exists in the configured JIRA instance

Implementation

Core Features

  1. Sprint Overview: Retrieve basic sprint information (dates, status, goals)
  2. Issue Analysis: Categorize and analyze all issues in the sprint by:
  • Issue type (Story, Bug, Task, Epic, etc.)
  • Status (To Do, In Progress, Done, etc.)
  • Priority levels
  • Assignee distribution
  1. Progress Metrics: Calculate completion rates, velocity, and burndown data
  2. Team Insights: Analyze workload distribution and individual contributions
  3. Quality Metrics: Identify blocked issues, overdue items, and technical debt

Error Handling

  • Missing JIRA Configuration: If JIRA MCP server is not configured or not working, provide clear setup instructions and troubleshooting steps
  • Missing Sprint Name: If no sprint name provided, prompt for required parameter with examples
  • Invalid Sprint: If sprint doesn't exist, suggest similar sprint names or provide guidance on finding correct sprint identifiers
  • Permission Issues: Log authentication and authorization errors, report the failure to the user, and provide actionable feedback

Output Format

Generate a structured markdown report including:

  • Executive summary with key metrics
  • Sprint overview (dates, goals, team members)
  • Issue breakdown tables and charts
  • Progress visualization (completion rates, velocity trends)
  • Risk assessment (blocked items, potential delays)
  • Recommendations for sprint improvement

Options

  • --format: Output format (markdown, json, csv) - default: markdown
  • --include-subtasks: Include subtasks in analysis - default: false
  • --detailed: Generate detailed issue-by-issue breakdown - default: false
  • --export: Save summary to file with timestamp - default: false

Usage Scenarios

  • Sprint Retrospectives: Generate data-driven insights for team retrospective meetings
  • Stakeholder Reporting: Create executive summaries for leadership updates
  • Performance Tracking: Monitor team velocity and delivery consistency over time
  • Process Improvement: Identify bottlenecks and areas for workflow optimization
  • Planning Sessions: Use historical data to inform future sprint planning

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.