retro

|

Content Preview
---
name: retro
version: 2.0.0
description: |
  Weekly engineering retrospective. Analyzes commit history, work patterns,
  and code quality metrics with persistent history and trend tracking.
  Team-aware: breaks down per-person contributions with praise and growth areas.
  Use when asked to "weekly retro", "what did we ship", or "engineering retrospective".
  Proactively suggest at the end of a work week or sprint.
allowed-tools:
  - Bash
  - Read
  - Write
  - Glob
  - AskUserQuestion
---
<!-
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/retro.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/retro/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at retro/SKILL.md

Related Skills