What problem does it solve?
Open-pr streamlines the end of development work by running tests, creating a well-structured pull request, conducting a code review that blocks on MUST FIX issues, and verifying CI status so you can move toward merge confidently.
Core Features & Use Cases
- Runs local tests first to prevent sending broken changes for review.
- Creates or reuses a PR with a filled description template (no empty placeholders).
- Performs a code review via the review skill and enforces MUST FIX items before proceeding.
- Checks CI and attempts quick fixes (lint/format/typos/import issues) when failures are likely to be straightforward.
- Hands off to /merge-pr once everything is green, without merging itself.
What users typically do with it
Use it when you’re done with a feature, want to push for review, or finish every step in an implementation plan and need a reliable path to a PR that’s ready for merging.
Quick Start
Tell the AI to open your PR by running the open-pr skill with the command: /open-pr.