open-pr
Installation
SKILL.md
open-pr
Publish your work for review by pushing the branch and creating/updating a Draft PR with a strong title + description.
Guardrails
- Do not implement new code here. If changes are needed, go back to
implement. - Do not merge the PR here. Review happens in
review; merge/branch cleanup happens incommit(finalise mode). - Prefer Draft PRs by default.
- For hotfixes committed directly to the default branch, a PR is optional; use
review local+commitinstead.