diff-summary
SkillDev toolsClassify git diffs as formatting-only vs substantive changes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the diff-summary skill
What this skill tells your AI
The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/diff-summary/SKILL.md and read by ahel’s review.
Diff Summary
Classify git diffs as formatting-only vs substantive changes. Useful for understanding what actually changed vs what was just reformatted.
Arguments
- $ARGUMENTS: Empty (working tree vs HEAD),
--staged, or commit range (e.g.,HEAD~3..HEAD).
Steps
Step 1: Get diffs
Run two diffs:
git diff --stat {range}— with whitespacegit diff -w --stat {range}— ignoring whitespace
If --staged: use git diff --cached instead.
Step 2: Compare
For each file:
- If it appears in both diffs with the same change count → SUBSTANTIVE
- If it appears only in the first diff (disappears when ignoring whitespace) → FORMATTING ONLY
- If it appears in both but with different counts → MIXED (some substantive, some formatting)
Step 3: Report
Diff Classification:
SUBSTANTIVE:
src/parser.ts | 42 ++++---
src/types.ts | 15 +++
FORMATTING ONLY:
src/utils.ts | 8 +++---
src/config.ts | 3 +--
MIXED:
src/router.ts | 25 +++--- (12 substantive, 13 formatting)
Summary: 2 substantive, 2 formatting-only, 1 mixed
Signals
- GitHub stars
- 55
- Forks
- 8
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
diff-summary- Source
- github.com/the-agency-ai/the-agency