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, or develop
    • Examples: /catchup, /catchup main, /catchup develop

Process

1. Verify Git Repository

Check that we're in a git repository:

Installs
21
GitHub Stars
6
First Seen
Aug 7, 2026
catchup — niekcandaele/skills