What problem does it solve?
This skill automates the creation of concise, review-ready pull request titles and descriptions by reading branch commits and diffs so reviewers can quickly understand changes without deep digging.
Core Features & Use Cases
- Generate an imperative, high-level PR title that summarizes the entire change set.
- Produce a 2–3 sentence human-friendly summary with a bit of personality to explain the why and what.
- Optionally include a Highlights section for user-facing changes and a collapsible Technical changes section that enumerates file- and function-level modifications.
- Use cases include preparing PRs after feature branches, summarizing refactors or bug fixes, and standardizing descriptions for fast code review.
Quick Start
Read the branch commits and diffs, then write a concise PR title and 2-3 sentence description with highlights and technical details and save it to the .pr/YYYY-MM-DD.md file.