retro

Installation
SKILL.md

/retro — Session Retrospective

Generate a structured summary of the current coding session with learnings that feed back into project memory.

Arguments

  • $ARGUMENTS — Optional: a short slug or topic name for the filename (e.g., "hono-migration"). If not provided, infer from the session's primary topic.

Steps

1. Gather Session Data

Determine the commit range by finding the most recent retro:

# Find the last retro commit (if any)
git log --oneline --all --grep="session retrospective" --grep="session retro" --grep="docs/session-logs" -1 --format="%H"
Installs
2
GitHub Stars
1
First Seen
Jun 29, 2026
retro — pwarnock/session-retro