catchup
Installation
SKILL.md
Catchup
Goal
Quickly understand all changes in the current branch by providing a smart summary of commits, changed files, and key modifications. This is optimized for the "restart workflow" - after running /clear, use /catchup to get back up to speed without reading every file.
Input
$ARGUMENTS(optional): Base branch name to compare against- If not provided: auto-detects
main,master, ordevelop - Examples:
/catchup,/catchup main,/catchup develop
- If not provided: auto-detects
Process
1. Verify Git Repository
Check that we're in a git repository: