create-pr
create pr
What it does
- 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
- cargo fmt - Code formatting
- cargo clippy - Linting with all warnings as errors
- All tests (unit, doc, and integration)
- Opening a new PR that includes code changes
Requirements & configuration
- If the PR is documentation-only (for example, skills, markdown, or other non-code content), you do not need to run cargo fmt or cargo clippy just to open or update the PR.
- Bug fixes require regression tests
- Algorithmic code requires unit tests
- Examples of what needs unit tests:
- UI components need layout validation tests
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
create-pr FAQ
What does the create-pr skill do?
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. 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
What does create-pr require?
If the PR is documentation-only (for example, skills, markdown, or other non-code content), you do not need to run cargo fmt or cargo clippy just to open or update the PR. Bug fixes require regression tests Algorithmic code requires unit tests Examples of what needs unit tests: UI components need layout validation tests
How do I install create-pr?
Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill create-pr --agent claude-code — the source lives at github.com/warpdotdev/common-skills.
Maintain create-pr?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/warpdotdev-common-skills-create-pr?ref=badge) npx agentictools info skills/warpdotdev-common-skills-create-pr The second line is the CLI lookup for this page — handy in READMEs and docs.