AI AGENT ADDONS
Git & Pull Requests
14,176installs

A well-made pull request saves time for reviewers and helps your code get merged faster. This guide covers the steps to create a pull request in the warp repository. You will learn to merge the latest master, run presubmit checks, and link your changes to a Linear task.

Before you open a pull request, make sure to merge master into your branch. Run the presubmit script to check formatting, linting, and tests. Review your changes carefully. Include tests when needed for bug fixes or new features.

When you are ready, use the GitHub CLI to create your pull request. Use the PR template and add a clear title with the Linear issue ID. This makes it easy for your team to review and approve your work.

Add Create Pr skill to your workflow

Global

mkdir -p ~/.claude/skills/create-pr

Project

mkdir -p .claude/skills/create-pr

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago