pr-submit

Create and submit GitHub pull requests from the current branch.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Gorillaa-ai-org/pipecat --skill pr-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-submit
Source: https://github.com/Gorillaa-ai-org/pipecat/tree/main/.claude/skills/pr-submit
Command: npx skills add https://github.com/Gorillaa-ai-org/pipecat --skill pr-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the creation and submission of GitHub pull requests from the current development branch.

Core Features & Use Cases

  • Create a PR from the current branch to a remote repository.
  • Push the branch and set upstream tracking to enable seamless collaboration.
  • After PR creation, trigger changelog generation and PR description updates to streamline releases.

Quick Start

Submit the current changes as a GitHub pull request from the active branch.

Frequently Asked Questions about pr-submit

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

FAQPage Schema
How do I create a GitHub pull request from my current branch?

To create a GitHub pull request from your current branch, this Skill automates pushing the branch with upstream tracking and submitting the PR via the GitHub CLI, returning a shareable PR URL for collaborative reviews.

Do I need the GitHub CLI to automate pull request submission?

Yes, you need the GitHub CLI and Git installed to automate pull request submission, as the Skill relies on these tools to push the current branch with upstream tracking and create the pull request on the remote repository.

What is the best way to push a feature branch and set upstream tracking for a PR?

The best way to push a feature branch and set upstream tracking for a PR is to use an automated workflow that pushes the branch and configures remote tracking in a single step, ensuring seamless collaboration before creating the pull request.

Can I generate a changelog after creating a pull request?

Yes, you can generate a changelog after creating a pull request, as the Skill triggers changelog generation and updates the PR description to streamline the release process directly following the PR creation from your active branch.

Does PR automation work for open-source contributions requiring reviews?

Yes, PR automation works for open-source contributions requiring reviews by standardizing the Git workflow after committing to a feature branch, pushing the branch, and submitting the pull request to the remote repository for collaborative review.