pr-create
FeaturedCreates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Use this when the user says "create pr", "make a pr", "open pull request", "submit pr", "pr for these changes", or wants to get their current work into a reviewable PR. Assumes the project uses git, is hosted on GitHub, and has GitHub Actions CI with automated checks (lint, build, tests, etc.). Does NOT merge - stops when CI passes and provides the PR link.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- posit-dev
- Repository
- posit-dev/skills
- Created
- 6 months ago
- Last Updated
- 3 days ago
- Language
- R
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
create-pr
Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.
push-pr
Push current branch and create a GitHub PR if one doesn't exist
create-pr
Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.
simple-pr
Create a simple PR from staged changes with an auto-generated commit message