# create-pr

> Claude/Codex skill by [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars · Updated 2026-08-30

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

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

## 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 write-pr-description - Write the PR body itself: template sections, prose, and reviewer guidance 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.

## Links

- HTML page: https://omgskills.com/skills/warpdotdev/common-skills/create-pr/
- GitHub: https://github.com/warpdotdev/common-skills
- Author: [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md)

## More from this repo

- [brandalf](https://omgskills.com/skills/warpdotdev/common-skills/brandalf/index.md) — Guides creation, revision, and review of Warp- or Oz-branded assets.
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [check-impl-against-spec](https://omgskills.com/skills/warpdotdev/common-skills/check-impl-against-spec/index.md) — Compare a pull request's implementation against spec context in spec\_context.md and feed any material mismatches into...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [complain](https://omgskills.com/skills/warpdotdev/common-skills/complain/index.md) — Autonomously yeet a brief, anonymous, completely unstructured complaint into Slack whenever an agent feels frustrated...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
