
New Branch And Pr
- 1.3k installs
- 2.5k repo stars
- Updated August 5, 2026
- cursor/plugins
new-branch-and-pr is a Cursor plugin skill that creates a descriptively named Git branch and opens a pull request with summary and test notes for developers shipping a focused change set.
About
new-branch-and-pr is a Cursor plugin skill for a clean branch-and-pull-request workflow. It triggers when starting work that should ship through a dedicated branch and PR. The workflow ensures a clean or explicitly handled working tree, creates a descriptive branch from latest main, completes implementation and tests, commits focused changes, pushes, and opens a concise PR with summary and test notes. Guardrails keep branch scope to one change set and require verification notes before review. Outputs include the branch name, PR summary, test notes, and PR URL. Developers in Cursor reach for this skill to avoid ad hoc branch naming and incomplete PR descriptions.
- Creates a new Git branch using conventional naming from your current task or ticket
- Stages changes, commits with an AI-generated message, and pushes to remote
- Automatically opens a new GitHub pull request with pre-filled title and description
- Reduces context switching between Cursor, terminal, and browser during feature work
- Works as both Cursor rule and standalone CLI command
New Branch And Pr by the numbers
- 1,292 all-time installs (skills.sh)
- +202 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #411 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cursor/plugins --skill new-branch-and-prAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.3k |
|---|---|
| repo stars | ★ 2.5k |
| Last updated | August 5, 2026 |
| Repository | cursor/plugins ↗ |
How do you create a branch and open a PR in Cursor?
Instantly create a properly named Git branch and open a pull request with one command while using Cursor.
Who is it for?
Cursor developers starting a scoped feature or fix who want a branch-and-PR workflow with verification notes baked in.
Skip if: Repositories that forbid direct PR workflows, uncommitted experimental work without tests, or non-Git version control systems.
When should I use this skill?
The user starts work that should ship through a clean branch and pull request from latest main.
What you get
New branch name, pushed commits, PR summary with test notes, and PR URL.
- Git branch
- pull request
- PR summary and test notes
Files
New branch and PR
Trigger
Starting work that should be shipped through a clean branch and pull request workflow.
Workflow
1. Ensure the working tree is clean or explicitly handled. 2. Create a descriptive branch from the latest main. 3. Complete implementation and tests. 4. Commit focused changes and push. 5. Create a concise PR with summary and test notes.
Guardrails
- Keep branch scope focused on one change set.
- Include verification notes before requesting review.
Output
- New branch name
- PR summary and test notes
- PR URL
Related skills
FAQ
What steps does new-branch-and-pr follow?
new-branch-and-pr ensures a clean working tree, creates a descriptive branch from latest main, completes implementation and tests, commits focused changes, pushes, and opens a PR with summary and verification test notes.
What does new-branch-and-pr output?
new-branch-and-pr outputs the new branch name, a PR summary with test notes, and the PR URL after pushing a focused change set from Cursor.