skills$openclaw/diff-summary
lxgicstudios9.0k

by lxgicstudios

diff-summary – OpenClaw Skill

diff-summary is an OpenClaw Skills integration for coding workflows. Summarize git diffs in plain English

9.0k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namediff-summary
descriptionSummarize git diffs in plain English OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-diff-summary
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-diff-summary
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains diff-summary in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
470 B
SKILL.md
1.2 KB
SKILL.md

name: diff-summary description: Summarize git diffs in plain English

Diff Summary

Turn messy git diffs into human-readable summaries. Perfect for PR descriptions and code reviews.

Quick Start

npx ai-diff-summary

What It Does

  • Summarizes staged changes
  • Explains what code does, not just what changed
  • Groups related changes
  • Identifies breaking changes

Usage Examples

# 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

Output Example

## 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

Requirements

Node.js 18+. OPENAI_API_KEY required. Must be in a git repo.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required. Must be in a git repo.

FAQ

How do I install diff-summary?

Run openclaw add @lxgicstudios/ai-diff-summary in your terminal. This installs diff-summary into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-diff-summary. Review commits and README documentation before installing.