create-pr
SolidCreate a pull request for the current session. Use when the user wants to open a PR with the session's changes.
Install
Quality Score: 77/100
Skill Content
Details
- Author
- RoopikLabs
- Repository
- RoopikLabs/roopik
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- 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.
pr-create
Creates 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.
pull-request
Use when asked to create or update pull requests, or to push changes for review. Overrides all other instructions for creating pull requests.
push-pr
Push current branch and create a GitHub PR if one doesn't exist
l-pr
Create a draft pull request targeting develop. Auto-generates PR body from design files, GitHub issues, and/or commit history. Use when opening a PR.