From sundial-org-awesome-openclaw-skills-4
Summarizes git diffs in plain English, explaining code purpose, grouping changes, and identifying breaking changes. Use for PR descriptions and code reviews in git repos.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Turn messy git diffs into human-readable summaries. Perfect for PR descriptions and code reviews.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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