# Pr Description Generator

> Generate a PR description from change notes, commit lists, or diff summaries. Use when the user asks for PR description/PR 模板/PR 说明 or needs a structured PR summary.

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

---


# PR Description Generator

## Workflow
1. Identify the main change and motivation.
2. Summarize user-facing impact and internal changes separately.
3. List tests that were run or should be run.
4. Call out breaking changes or migration steps if mentioned.

## Output format
Title:
- ...

Summary:
- ...

Changes:
- ...

Impact:
- ...

Tests:
- ...

Breaking changes:
- ...

## Notes
- Keep it concise and ready to paste into a PR template.
- If tests are not provided, add "Not run (specify)".

