skills/diff-summarizer/SKILL.md
Generate human-readable summaries of git diffs. Use when you need to explain what changed.
npx skillsauth add adamshl-oss/alfred diff-summarizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Git diffs are great for seeing exactly what changed, but terrible for understanding why. Scrolling through hundreds of lines of red and green to figure out what a set of changes actually means is nobody's idea of fun. This tool takes a git diff and turns it into a plain English summary. Perfect for changelogs, PR descriptions, or just figuring out what happened in the last few commits.
One command. Zero config. Just works.
npx ai-diff-summary
# Summarize uncommitted changes
npx ai-diff-summary
# Summarize last 3 commits
npx ai-diff-summary HEAD~3
# Compare against main branch
npx ai-diff-summary main
# Summarize a specific commit
npx ai-diff-summary abc123
The tool runs git diff with the ref you provide (or defaults to uncommitted changes). It sends the diff output to an AI model that parses the changes and produces a structured, plain English summary organized by impact and file.
No install needed. Just run with npx. Node.js 18+ recommended. Must be inside a git repository.
npx ai-diff-summary --help
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
MIT. Free forever. Use it however you want.
development
Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
tools
Plain English E2E UI testing. Describe tests in natural language, agent executes via browser tool, then exports real Playwright test scripts for CI/CD. Use when asked to create UI tests, test a website, or generate Playwright scripts.