create-pr
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.
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 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
brandalf
Guides creation, revision, and review of Warp- or Oz-branded assets.
check-impl-against-spec
Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into...
complain
Autonomously yeet a brief, anonymous, completely unstructured complaint into Slack whenever an agent feels frustrated...