Show changes to a git branch since your last commit, filtered to only files you touched. Use when user asks to see what others changed on their branch, review changes since they last committed, or compare their work against upstream modifications. Triggers on requests like "what changed on my branch", "show me the diff since my commit", "what did others change to my files", or "review changes to my PR".
/plugin marketplace add OhadRubin/skills/plugin install python-file-splitter@ohads_skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/diff_since_my_commit.shShow changes to a git branch since your last commit, filtered to only the files you originally touched.
scripts/diff_since_my_commit.sh <branch> [email1,email2,...]
Examples:
# Use default git config email
scripts/diff_since_my_commit.sh origin/feature-branch
# Specify multiple emails (if you commit with different emails)
scripts/diff_since_my_commit.sh origin/main "me@gmail.com,me@work.com"
git - for diff generationdiff2html-cli - for browser preview (npm install -g diff2html-cli)The script displays: