โ† All skills
๐Ÿ”€

PR Describer

Reads the diff between your branch and main and drafts a pull request description with a summary, a test plan, and a checklist. Saves me ten minutes on every PR.

๐Ÿ’ก Copying is free for everyone. Downloading the file needs a free account โ€” it's how I keep in touch with people who use my skills.

---
name: pr-describer
description: Draft a pull request title and description from the diff against the base branch. Use when the user opens a PR or asks for a PR description.
---

# PR Describer

1. Find the base branch (usually `main`) and run `git diff main...HEAD`.
2. Produce:
   - **Title:** short, imperative, no trailing period.
   - **Summary:** 2-4 bullets on what changed and why.
   - **Test plan:** concrete steps a reviewer can run to verify.
   - **Checklist:** docs updated? tests added? breaking changes flagged?
3. Keep it skimmable โ€” reviewers are busy. No filler.