pr
Installation
SKILL.md
PR Skill
Structured PR workflow: verify branch → ensure issue exists → push → create PR.
Announce at start: "I'm using PR skill to create your pull request."
Workflow
Step 0: Branch & Change Verification
git branch --show-current
git log main..HEAD --oneline
git diff main...HEAD --stat
Rules: