ooloth-writing-pr-descriptions
Installation
SKILL.md
Writing PR Descriptions
⚡ QUICK START
- Check for project PR template:
.github/PULL_REQUEST_TEMPLATE.md - Gather changes:
git log main..HEAD --onelineandgit diff main...HEAD --stat - Ask user for: Jira URL, Slack thread, screen recording (if UI)
- Draft using voice rules below
- Create PR:
gh pr create --draft --title "..." --body "..."