catchup
Installation
SKILL.md
Context Catchup
Restore context after /clear - summarize recent work and project state.
Purpose
After clearing context with /clear, use this command to quickly rebuild understanding of:
- What was recently modified
- Current project state
- Outstanding TODOs and issues
- Where to resume work
Instructions
Step 1: Git History Analysis
# Recent commits (last 10)
git log --oneline -10