source-command-catchup
Installation
SKILL.md
source-command-catchup
Use this skill when the user asks to run the migrated source command catchup.
Command Template
Catchup: Understand the Project Deeply
Get up to speed with the entire project — history, direction, and details.
Phase 1: Git History Analysis
Recent Commits
git log --oneline -50
git log --oneline --since="1 week ago"
git log --oneline --since="1 month ago" --until="1 week ago"