Install
$ agentstack add skill-opendatahub-io-ai-helpers-jira-sprint-summary ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Sprint Overview: Retrieve basic sprint information (dates, status, goals)
- 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
- Progress Metrics: Calculate completion rates, velocity, and burndown data
- Team Insights: Analyze workload distribution and individual contributions
- 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.
- Author: opendatahub-io
- Source: opendatahub-io/ai-helpers
- License: Apache-2.0
- Homepage: https://opendatahub-io.github.io/ai-helpers/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.