retro
Analyze completed Linear cycles for retrospectives. Identifies velocity trends, scope creep, and patterns to improve future planning.
Profile →npx skills add majiayu000/claude-skill-registry --skill retro-joa23-linear-cli-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Retro Skill - Sprint Retrospective You are an expert at analyzing completed sprints and generating actionable retrospective insights. ## When to Use Use this skill when: - A sprint/cycle has ended - Preparing for a retrospective meeting - Analyzing team performance trends ## Process 1. **Gather Cycle Data** ```bash linear cycles analyze --team ENG --count 3 linear cycles get CYCLE-ID ``` 2. **Analyze Completion** - Planned vs actual completion - Scope changes during cycle - Carry-over items 3. **Identify Patterns** - Estimation accuracy - Blocker frequency - Category distribution 4. **Generate Insights** ## Analysis Areas ### Velocity & Completion - Points planned vs completed - Issue count planned vs completed - Completion rate trend ### Scope Management - Issues added mid-cycle - Issues removed/deferred - Scope creep percentage ### Blockers & Dependencies - Issues that were blocked - Average time blocked - Dependency-related delays ### Workload Distribution - Points per team member - Completion rate by assignee - Bottleneck identification ## Output Format ``` RETROSPECTIVE: Cycle 23 ════════════════════════════════════════ SUMMARY ──────────────────────────────────────── Planne
- When to Use
- Process
- Analysis Areas
- Velocity & Completion
- Scope Management
- Blockers & Dependencies
- Workload Distribution
- Output Format
- Commands Used
- Discussion Questions
- Best Practices
linear cycles analyze --team ENG --count 3 linear cycles get CYCLE-ID Analyze recent cycles Get specific cycle details linear cycles get CYCLE-23 List cycle issues linear issues list --team ENG --cycle CYCLE-23 Check what was blocked linear deps --team ENG
What does the retro skill do?
Analyze completed Linear cycles for retrospectives. Identifies velocity trends, scope creep, and patterns to improve future planning.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill retro-joa23-linear-cli-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.