create-pr

Create a pull request in the warp repository with Git and GitHub CLI.

30|4|Updated May 3, 2026
One-click install
npx skills add https://github.com/OniroHuaver/openwarp --skill create-pr-onirohuaver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/OniroHuaver/openwarp/tree/main/.agents/skills/create-pr
Command: npx skills add https://github.com/OniroHuaver/openwarp --skill create-pr-onirohuaver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating a pull request in the warp repository, ensuring that all necessary steps are followed to maintain code quality and repository standards.

Core Features & Use Cases

  • Branch Management: Automate the merging of the master branch into feature branches.
  • Code Quality Checks: Execute presubmit checks for code formatting, linting, and tests.
  • Documentation and Task Linking: Facilitate linking to Linear tasks and structuring PRs for effective review.
  • PR Creation: Use the PR template to create and manage pull requests efficiently.

Quick Start

Run the create-pr skill to open a pull request for the current branch in the warp repository.

Frequently Asked Questions about create-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating a pull request with branch management and code quality checks?

Automating pull request creation merges the master branch into feature branches, executes presubmit checks for formatting and linting, and uses a PR template to ensure code quality and repository standards.

What's the best way to link issue tracking tasks when opening a GitHub pull request?

Linking issue tracking tasks during pull request creation facilitates connecting Linear tasks and structuring PRs effectively for review using standardized PR templates.

Do I need Git and GitHub CLI tools installed locally to automate pull request creation?

Yes, automating pull request creation requires local repository access along with Git and GitHub CLI tools to manage branch merging and PR submission.

Can I run presubmit checks for code formatting and tests before creating a pull request?

Yes, executing presubmit checks for code formatting, linting, and tests is a core feature of the pull request creation workflow to ensure code quality before submission.

Why does my pull request creation fail when the master branch is not merged into my feature branch?

Pull request creation requires branch management to merge the master branch into feature branches first, ensuring the codebase is up to date before opening a PR.