# Summarize Diff

> Summarize the staged git diff in 3–5 bullets. Use when the user asks for a summary of pending changes.

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

---


# Summarize Diff

## Instructions

1. Run `git diff --staged`.
2. Summarize the changes in 3–5 bullets, focusing on user-visible behavior.
3. Call out any migrations, risky areas, or tests that should be run.

