create-pr

Automates GitHub PR creation with template titles, reviewers, and optional branch handling using GitHub CLI.

136|32|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/alibaba/neug --skill create-pr-alibaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/alibaba/neug/tree/main/.cursor/skills/create-pr
Command: npx skills add https://github.com/alibaba/neug --skill create-pr-alibaba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of submitting a new Pull Request (PR) to a GitHub repository.

Core Features & Use Cases

  • Branch Management: Handles the creation of a new branch if you're targeting the main branch.
  • Template Usage: Utilizes a PR template for consistent format and easy customization.
  • User Feedback: Allows users to review and modify PR content before submission.

Quick Start

Submit a PR with a title 'feat: Add new feature' and reviewers 'johndoe,janedoe'.

Frequently Asked Questions about create-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub pull request from the command line?

To create a GitHub pull request from the command line, this Skill automates the process using GitHub CLI, handling branch creation, applying PR templates, and allowing content review before submission.

Does creating a pull request automatically handle branch creation if I am on the main branch?

Yes, creating a pull request automatically handles branch creation. If you are targeting the main branch, the Skill will create a new branch for you before submitting the PR.

Do I need the GitHub CLI installed to automate pull request creation?

Yes, you need the GitHub CLI installed to automate pull request creation. The Skill requires the gh command line tool and a properly configured GitHub account to function.

Can I review and modify the PR content before it gets submitted to GitHub?

Yes, you can review and modify the PR content before it gets submitted to GitHub. The Skill allows user feedback to ensure the template-based title and body meet your requirements.

What's the best way to ensure consistent PR titles and reviewers across a project?

The best way to ensure consistent PR titles and reviewers is using a template-based automation Skill. It formats titles consistently and lets you specify reviewers like johndoe or janedoe directly from the command line.