skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
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-pr
view source ↗

Is 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

  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

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>