omgskills Get the Mac app
Skill

create-pr

@warpdotdev 148 stars Updated 2026-07-24 Author match: High

Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creating a pull request, submitting changes for review, or preparing code for merge.

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/warpdotdev/common-skills /tmp/common-skills && ln -s /tmp/common-skills/.agents/skills/create-pr ~/.claude/skills/create-pr

View on GitHub

From README

create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review. Related Skills fix-errors - Fix presubmit failures (formatting, linting, tests) before opening PR warp-integration-test - Add or update integration coverage for user-visible flows, regressions, and P0 use cases add-feature-flag - Gate changes behind feature flags Pre-PR Checklist Merge master into your feature branch Always merge master into your feature branch before starting the review process. Resolve any merge conflicts locally before opening the PR.

More from this repo