engineering-retro
Installation
SKILL.md
Engineering Retrospective
Generate a structured, git-based engineering retrospective for a configurable time window. This is a read-only analysis — no files are modified except the optional JSON snapshot.
Arguments
/engineering-retro [TIME_WINDOW] [PATH_SCOPE]
- TIME_WINDOW (optional):
24h,7d(default),14d,30d - PATH_SCOPE (optional): restrict analysis to a subdirectory (monorepo support), e.g.
services/api
Examples:
/engineering-retro— last 7 days, full repo/engineering-retro 30d— last 30 days, full repo/engineering-retro 14d services/api— last 14 days, scoped toservices/api/