From pm-engineering
Generates structured PR descriptions from a git diff, commit list, or change summary. Covers what changed, why, and how to test.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-engineering:pr-description-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Writes structured, reviewer-friendly pull request descriptions from a diff, commit list, or informal notes. Covers the what, why, and how-to-review so reviewers can start immediately.
Writes structured, reviewer-friendly pull request descriptions from a diff, commit list, or informal notes. Covers the what, why, and how-to-review so reviewers can start immediately.
Ask for these if not provided:
git log --oneline, or describe the changes in plain English)A clear, imperative-mood title under 72 characters:
[type]: [concise description of what changed]
Examples:
feat: add rate limiting to the public APIfix: resolve race condition in session expiryrefactor: extract payment logic into PaymentService2–3 sentences covering:
Bullet list of specific changes — one bullet per logical change, not per file:
[If UI change: include before/after screenshots or a screen recording] [If API change: include example request/response] [If no visual change and no API contract change: omit this section entirely — do not leave it as a placeholder]
Step-by-step instructions a reviewer can follow:
Include any specific commands, test data, or environment flags needed.
Flag anything that warrants extra attention:
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-engineeringDrafts reviewer-first PR descriptions that lead with why, prove claims with evidence, name load-bearing files, and stay honest about blast radius.
Creates, refreshes, and rewrites PR titles and descriptions following Sentry conventions. Analyzes branch diffs to produce reviewer-facing bodies with optional Mermaid diagrams.
Generates structured PR descriptions from git diffs with categorized changes, review checklists, risk assessments, and test summaries. Use for PR reviews and diff documentation.