What problem does it solve?
Creates a predictable, template-driven draft PR workflow by using the GitHub CLI, enforcing conventional commit titles and ticket links for traceability.
Core Features & Use Cases
- Draft PR creation: creates a draft PR from the current feature branch using the repository's PR template and a conventional title format.
- PR iteration workflow: supports the "pr iterate" cycle — rebase, lint, test, and push — to keep branches current and ready for review.
- Guidance on usage constraints: avoids using this for reviewing others' PRs or fixing your own branch; use dedicated commands instead.
- Use Case: when preparing a feature branch for review, automatically generate a consistent draft PR with a linked ticket.
Quick Start
Run the pr skill on a feature branch to create a draft PR with a conventional title and ticket link.