# Pr Update Description

> Update a PR with a clear explanation of the changes. Use when the user asks to update, write, or improve a PR description, or mentions "pr description", "update PR", or "describe PR".

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

---


# Update PR Description

Determine the PR number from the user's message, current branch, or by running `gh pr view --json number`.

Update the PR with a clear, concise description and title.

**Goal:** Help reviewers quickly understand the change before reading code.

**Guide your thinking with these questions:**

- *Would a reviewer understand what's important and what needs their attention?*
- **CRITICAL - A reviewer must understand FROM THE DESCRIPTION:**
  - *How was this tested?*
  - *How do we verify this fix worked after deployment?*
  - *What's the risk level?* Does this affect trading, execution, or money flow? If not (logging, docs, DB writes only), say so explicitly - reviewers can skim. If yes, what could go wrong?
  - *Where should the reviewer focus?* What parts need careful scrutiny vs. a quick glance?
- For bug fixes: *Can they understand in 30 seconds what broke, why it broke, and why we didn't catch it?*

**Keep it brief.** A simple change needs a simple description.

Use `gh pr view/diff` to understand the changes, then `gh pr edit` to update both title and body.

Report: brief summary + PR URL.

