What Changed
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
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 RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git