prkit
Installation
SKILL.md
prkit
Turn the commits on the current branch into a clean GitHub pull request: a title in the repo's commit style, a body that explains what changed and why, and a test plan, all inferred from the real diff, not guessed. Creation goes through the gh CLI, reusing the repo's PR template when one exists.
When this fires
The user wants to open a pull request: "open a PR", "create a pull request", "raise a PR", "submit this for review", "gh pr create". If they only want the PR title and body drafted (not opened), do everything except the final gh pr create and print the result instead.
Procedure
1. Preflight
Confirm the tooling and branch are ready before writing anything:
gh --version # gh installed?
gh auth status # authenticated?
git branch --show-current