# Git Diff Summary

> Get git diff and summarize changes using LLM

- Skill: `jadegate/git-diff-summary` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/git-diff-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/git-diff-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/git-diff-summary

---


# Git Diff Summary

Get git diff and summarize changes using LLM

## When to Use

- User wants to git diff
- User wants to diff summary
- Keywords: git, diff, summary, changes

## Required Parameters

- **repo_path** (string): Path to git repository

## Output

- **files_changed** (number): Number of files changed
- **diff** (string): Raw diff output
- **summary** (string): LLM-generated summary

## Security

- Sandbox level: standard
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `get_diff` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

