What Changed banner
utsabpanta utsabpanta

What Changed

Git community

Description

--- description: Summarize what changed since a git ref (branch, tag, date) argument-hint: <ref> (e.g. main, v2.1, HEAD~10, "yesterday") --- Summarize what's changed since $ARGUMENTS. ## Process 1. **Resolve the ref.** If $ARGUMENTS looks like a tag/branch/commit, diff against it with `git log <ref>..HEAD`. If it looks like a date ("yesterday", "2 weeks ago", "2025-10-01"), use `git log --since="<date>"`. If it's empty or ambiguous, ask. 2. **Pull the data:** - `git log <range> --no-merge

Installation

Installs to ~/.claude/commands/utsabpanta-claude-code-toolkit-what-changed.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/utsabpanta/claude-code-toolkit/HEAD/.claude/commands/what-changed.md -o ~/.claude/commands/utsabpanta-claude-code-toolkit-what-changed.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository