Agent skill

retro

Analyze completed Linear cycles for retrospectives. Identifies velocity trends, scope creep, and patterns to improve future planning.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/retro-joa23-linear-cli-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Process
  3. Analysis Areas
  4. Velocity & Completion
  5. Scope Management
  6. Blockers & Dependencies
  7. Workload Distribution
  8. Output Format
  9. Commands Used
  10. Discussion Questions
  11. Best Practices
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going