# Retro

> Analyze sprint retrospectives for patterns and action item tracking. Usage: /retro analyze <retro_data.json>

- Skill: `nous-hermeshub/retro` (Agent Skill)
- Install (CLI): `npx skillmds add nous-hermeshub/retro`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nous-hermeshub/retro/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: nous-hermeshub (https://skillmd.com/u/nous-hermeshub)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/nous-hermeshub/retro

---


# /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`
