# Describe Pr

> Generate PR Description

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

---

# Generate PR Description

Create a pull request description based on the actual PR changes.

## Procedure

1. Identify the PR.
2. Gather diff, commit history, and metadata.
3. Analyze what changed, why it changed, and reviewer-relevant impact.
4. Generate the description using `references/pr-template.md`.
5. Show the draft to the user before updating the PR.

## Rules

- Focus on why, not just what.
- Be specific about impact, testing, and reviewer guidance.
- Highlight breaking changes, security implications, and rollout concerns when present.

