# Pr From Diff

> Write a PR description a reviewer can approve fast. Use when opening any pull request.

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

---

# PR from Diff
A reviewer should understand the change without reading every line. Structure:
- **What & why** — the problem and the approach, 2-3 sentences.
- **Changes** — bullet the meaningful ones (skip noise like formatting).
- **How to verify** — the exact steps/commands the reviewer runs to confirm it works.
- **Risks / out of scope** — what could break, what you deliberately didn't do.
- **Screenshots** for UI.
Flag any decision the reviewer should weigh in on. Keep the PR small — if the diff is huge, say what could be split out. No "fixes stuff".

