# Pr Description

> Write the PR a reviewer wants: intent, risk, test plan, and what you deliberately did not do. Use when the user asks to write the PR.

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

---


# PR Description

Write the description the reviewer will actually use. The diff is not the description.

## Template
**Intent** — one or two sentences. What problem, for whom.

**What changed** — bullets of behavior, not files.

**Risk** — data, auth, migrations, user-visible breakage. "Low" is not an explanation.

**Test plan**
1. Command you ran
2. What you observed
3. What you could not run (and why)

**Out of scope** — temptations you skipped so the reviewer does not ask.

**Rollback** — revert the PR / run the down migration / flip the flag.

## Rules
- Link the issue if there is one.
- Screenshots only for UI. Alt-text the important bit in the caption.
- Do not say "minor refactor" if you touched auth.

