From sundial-org-awesome-openclaw-skills-4
Summarizes git diffs in plain English, grouping related changes and identifying breaking changes for PR descriptions and code reviews.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:diff-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn messy git diffs into human-readable summaries. Perfect for PR descriptions and code reviews.
Turn messy git diffs into human-readable summaries. Perfect for PR descriptions and code reviews.
npx ai-diff-summary
# Summarize staged changes
npx ai-diff-summary
# Summarize specific commit
npx ai-diff-summary --commit abc123
# Compare branches
npx ai-diff-summary --from main --to feature/auth
# Output as PR description
npx ai-diff-summary --format pr
## Summary
Added user authentication with JWT tokens
## Changes
- New login/logout endpoints in auth.ts
- JWT middleware for protected routes
- User model with password hashing
- Updated API docs
## Breaking Changes
- /api/users now requires authentication
Node.js 18+. OPENAI_API_KEY required. Must be in a git repo.
MIT. Free forever.
Built by LXGIC Studios
npx claudepluginhub sundial-org/awesome-openclaw-skillsGenerates concise branch summaries for PR descriptions by analyzing git diffs and commit history.
Reads a git diff and generates plain-English narration for PR descriptions, code reviews, or self-orientation. Automatically adjusts output for PR bodies, reviewer guidance, or personal context-switching.
Synthesizes code diffs into semantic HTML summaries for PRs, release notes, or change overviews. Invoked via /summary with optional staged or branch argument.