Back to skills

retro

infrastructure

Runs a weekly engineering retrospective by analyzing git history, commit patterns, and code quality signals. Breaks down contributions per author with specific praise and growth suggestions anchored i

Setup & Installation

npx skills add https://github.com/garrytan/retro --skill retro
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/retro
View on GitHub

What This Skill Does

Runs a weekly engineering retrospective by analyzing git history, commit patterns, and code quality signals. Breaks down contributions per author with specific praise and growth suggestions anchored in actual commits. Saves JSON snapshots so you can track trends across retros over time. Parsing git log into a structured retro manually takes an hour; this does it in seconds, with session detection, streak tracking, per-author breakdowns, and trend comparison built in.

When to use it

  • Working with retro functionality
  • Implementing retro features
  • Debugging retro related issues