LLM Skills
~/catalog/testing & quality//retro
Testing & qualityGitHub source

retro

/retro

Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.

alirezarezvanialirezarezvani
25.6k
June 12, 2026
MIT License
// skill content

--- 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 analysis ## Input 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 json ## Scripts - 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 `

// original public source
alirezarezvani/claude-skills
/commands/retro.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/retro.md" "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/commands/retro.md"
Then in Claude Code, type /retro to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 25.6k
LicenseMIT License
UpdatedJune 12, 2026
Format.md
AccessFree
// similar

Skills Testing & quality

View allarrow_forward