LLM Skills
~/catalog/project management//sprint-health
Project managementGitHub source

Sprint health (agile velocity)

/sprint-health

Assess the health of the sprint in terms of delivery, quality, and team metrics using velocity trend analysis.

alirezarezvanialirezarezvani
24.5k
March 13, 2026
MIT License
// skill content

--- name: sprint-health description: Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options] --- # /sprint-health Score sprint health across delivery, quality, and team metrics with velocity trend analysis. ## Usage `` /sprint-health analyze <sprint_data.json> Full sprint health score /sprint-health velocity <sprint_data.json> Velocity trend analysis ` ## Input Format `json { "sprint_name": "Sprint 24", "committed_points": 34, "completed_points": 29, "stories": {"total": 12, "completed": 10, "carried_over": 2}, "blockers": [{"description": "API dependency", "days_blocked": 3}], "ceremonies": {"planning": true, "daily": true, "review": true, "retro": true} } ` ## Examples ` /sprint-health analyze sprint-24.json /sprint-health velocity last-6-sprints.json /sprint-health analyze sprint-24.json --format json ` ## Scripts - project-management/scrum-master/scripts/sprinthealthscorer.py : Sprint health scorer (<data_file> [--format text|json]) - project-management/scrum-master/scripts/velocity_analyzer.py : Velocity analyzer (<data_file> [--format text|json]) ## Skill Reference > project-management/scrum-master/SKILL.md`

// original public source
alirezarezvani/claude-skills
/commands/sprint-health.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/sprint-health.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/sprint-health.md"
Then in Claude Code, type /sprint-health to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 24.5k
LicenseMIT License
UpdatedMarch 13, 2026
Format.md
AccessFree
// similar

Skills Project management

View allarrow_forward