pr-writer
Installation
SKILL.md
PR Writer
Writes pull request descriptions in the project's established style: short background prose, one paragraph per commit, a reference section. No bullet lists in the body. No em dashes. No AI-sounding filler.
Thinking Process
Step 1: Gather context
Before writing anything:
- Run
git log --oneline <base>..<HEAD>to list commits in this PR. - Run
git show <hash>for each commit to understand what changed and why. - Check the base branch (ask the user if unclear).
- Look up the Jira ticket or design doc URL if the user mentions one.
Step 2: Draft the title
Format: [base-branch] type: short description