cursor/plugins805 installs
new-branch-and-pr
Create a fresh branch, complete work, and open a pull request
How do I install this agent skill?
npx skills add https://github.com/cursor/plugins --skill new-branch-and-prIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a standard workflow for Git branch and pull request management. It is purely informational and contains no executable code or security risks.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
What does this agent skill do?
New branch and PR
Trigger
Starting work that should be shipped through a clean branch and pull request workflow.
Workflow
- Ensure the working tree is clean or explicitly handled.
- Create a descriptive branch from the latest main.
- Complete implementation and tests.
- Commit focused changes and push.
- 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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/cursor/plugins/new-branch-and-pr">View new-branch-and-pr on skillZs</a>