What problem does it solve?
This Skill condenses recent repository activity into a concise, opinionated summary so a returning developer or reviewer can understand what landed, what was fixed, which areas received attention, and which parts may be neglected without wading through raw git logs.
Core Features & Use Cases
- Period-aware history gathering: Parse user periods like "last sprint", "this month", or ISO dates and collect commits via timewarp MCP or git log.
- Classification and grouping: Classify commits into features, fixes, refactors, tests, chores, and docs, group related commits by directory/time/message, and surface focused modules versus neglected areas.
- Actionable output and caching: Present a human-friendly recap (features, fixes, focus, neglected, contributors) and save structured JSON to .timewarp/recap-YYYY-MM-DD.json for reuse in forecasting or drift analysis.
Quick Start
Run /recap or ask "recap the last 2 weeks" to generate a short summary of recent changes and save structured results to .timewarp/recap-YYYY-MM-DD.json.