create-compelling-prs
Installation
SKILL.md
create-compelling-prs
Your PR competes for attention. The reviewer is looking at many PRs — if yours isn't immediately convincing, it gets skipped or rejected. Evidence beats rhetoric. A single well-implemented PR that convinces in 2 minutes is worth more than five that require follow-up.
PR Body Templates
Pick the template matching your change type.
Bugfix
## What broke
[One sentence: what failed and where]
## Root cause
[The underlying cause — missing guard, race condition, wrong assumption]
## Fix
[What changed and why this approach over alternatives]