LLM Skills
~/catalogue/gestion de projet//sprint-health
Gestion de projetsource GitHub

Santé de sprint (vélocité agile)

/sprint-health

Évaluer la santé du sprint en termes de livraison, de qualité et de métriques d'équipe avec une analyse de la tendance de la vélocité.

alirezarezvanialirezarezvani
24.5k
13 mars 2026
MIT License
// contenu du skill

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/sprint_health_scorer.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
// source originale publique
alirezarezvani/claude-skills
/commands/sprint-health.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/sprint-health.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/sprint-health.md"
Ensuite dans Claude Code, tapez /sprint-health pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Étoiles 24.5k
LicenceMIT License
Mis à jour13 mars 2026
Format.md
AccèsGratuit
// similaires

Skills Gestion de projet

Voir toutarrow_forward