# Diff Minimization Review

> Review the final diff for unnecessary scope, overengineering, and weak verification. Use before claiming completion or opening a PR.

- Skill: `contextgo/diff-minimization-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add contextgo/diff-minimization-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/contextgo/diff-minimization-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: contextgo (https://skillmd.com/u/contextgo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/contextgo/diff-minimization-review

---


# Diff Minimization Review

Inspect the final change as if you were the reviewer trying to cut scope back to the request.

## Review Questions

- Which changed lines are strictly required for the requested behavior?
- Did any helper, abstraction, or refactor appear without a real current need?
- Did the diff alter comments, formatting, or nearby code unnecessarily?
- Is the verification evidence strong enough for the claim being made?

## Output

- Required change set
- Suspected overreach
- Verification gaps

