Help us improve
Share bugs, ideas, or general feedback.
From pm-engineering
Writes structured PR descriptions from git diffs, commit lists, or branch summaries. Formats output with summary, motivation, changes, testing steps, and reviewer guidance.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-engineeringHow 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.
Reads the current branch diff and commit messages to generate a structured GitHub PR description (summary, changes, testing) and optionally create or update the PR via the gh CLI.
Generates structured PR descriptions from git diffs with categorized changes, review checklists, risk assessments, and test summaries. Use for PR reviews and diff documentation.
Drafts conventional commit PR titles and Shopware 5-section descriptions for core PRs targeting trunk. Analyzes branch against trunk, uses session context, asks for missing info.
Share bugs, ideas, or general feedback.
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: