Tests et qualitésource GitHub
/retro
/retroAnalyse les données de rétrospective pour identifier les thèmes récurrents, tendances de sentiment et l’efficacité des actions.
// contenu du skill
name: retro
description: "Analyze sprint retrospectives for patterns and action item tracking. Usage: /retro analyze <retro_data.json>"
/retro
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
Usage
/retro analyze <retro_data.json> Full retrospective analysisInput Format
json
{
"sprint_name": "Sprint 24",
"went_well": ["CI pipeline improvements", "Pair programming sessions"],
"improvements": ["Too many meetings", "Flaky integration tests"],
"action_items": [
{"description": "Reduce standup to 10 min", "owner": "SM", "status": "done"},
{"description": "Fix flaky tests", "owner": "QA Lead", "status": "in_progress"}
],
"participants": 8
}Examples
/retro analyze sprint-24-retro.json
/retro analyze sprint-24-retro.json --format jsonScripts
project-management/skills/scrum-master/scripts/retrospective_analyzer.py— Retrospective analyzer (<data_file> [--format text|json])
Skill Reference
project-management/skills/scrum-master/SKILL.md// source originale publique
alirezarezvani/claude-skills/commands/retro.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// similaires