Agent skill · Code Review & Quality

pr-description

Write a clear pull-request description that gets reviewed fast and merged with confidence. Use when opening a PR, summarizing a change for review, or asked to write a PR/merge-request description. Produces a structured PR: what changed and why, how it was tested, risk and rollout, and a focused reviewer guide — so the reviewer understands intent before reading a single diff line.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill pr-description --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/pr-description/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PR Description Skill A good PR description is a gift to the reviewer: it explains *intent* before they read the diff, so review is fast and confident. This skill turns a change into a structured PR write-up — what and why, how it was tested, the risk, and where to focus — the difference between a one-pass approval and three rounds of confused back-and-forth. ## Required Inputs Ask for these only if they aren't already provided: - **The change** — what was done (the diff summary, commits, or a description). - **The why** — the problem/issue it solves (link the ticket). - **Testing** — how it was verified (tests added, manual steps, edge cases checked). - **Risk & rollout** — blast radius, migrations, flags, backward compatibility, how to roll back. ## Output Format ### [Concise, imperative PR title] (e.g. "Add rate limiting to the login endpoint") **What & why** — 2–4 sentences: the problem and what this change does about it. Link the issue (`Closes #123`). **Changes** — the key changes as bullets (the substantive ones, not every file). Group if large. **How it was tested** — tests added/updated, and the manual verification + edge cases checked. Be specific enough that the reviewe

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. [Concise, imperative PR title] (e.g. "Add rate limiting to the login endpoint")
  4. Quality Checks
  5. Anti-Patterns
  6. Based On
More from pm-claude-skills
All skills →
About this skill
What does the pr-description skill do?

Write a clear pull-request description that gets reviewed fast and merged with confidence. Use when opening a PR, summarizing a change for review, or asked to write a PR/merge-request description. Produces a structured PR: what changed and why, how it was tested, risk and rollout, and a focused reviewer guide — so the reviewer understands intent before reading a single diff line.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill pr-description --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going