drive-pr-description
Installation
SKILL.md
PR Description Generator
Analyzes the git diff between the current branch and the default branch to generate a concise, informative PR description suitable for code review and commit history.
Core Principles
- Concise for quick reading: Facilitate rapid comprehension by a human reviewer
- Context, not repetition: Provide context to aid review, not a verbatim list of what changed
- Big picture focus: Explain why and how things changed, not every individual change
- Title separate from body: Title can be provided separately; don't duplicate it in the body