open-pr2
Installation
SKILL.md
OpenPR2
Open or update a pull request against pascalorg/editor from the current branch. Keep the repository's PR template, but write the body like one developer explaining the change to another.
1. Pre-flight
Inspect the working tree and the whole branch before writing anything:
git status
git branch --show-current
git log --oneline main..HEAD
git diff --stat main...HEAD
git diff --name-status main...HEAD
Read the relevant parts of git diff main...HEAD. Do not build the description from the latest commit alone or from conversation memory.
Stop if: