pr-submit

Create and submit GitHub pull requests from the current branch.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ORANGECRAB13/vocareMVP --skill pr-submit-orangecrab13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-submit
Source: https://github.com/ORANGECRAB13/vocareMVP/tree/main/.claude/skills/pr-submit
Command: npx skills add https://github.com/ORANGECRAB13/vocareMVP --skill pr-submit-orangecrab13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submit the current changes as a GitHub pull request.

Core Features & Use Cases

  • Create and submit a PR from the active branch to a target repository.
  • Auto-fill PR title and description based on commits or branch name.
  • Facilitate quick code reviews by initiating PRs directly from the local workflow.

Quick Start

Open a terminal in your project, ensure you are on the feature branch, and instruct the AI to submit a PR to the default remote.

Frequently Asked Questions about pr-submit

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

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

You can submit a GitHub pull request directly from your current branch by instructing the AI to automate the workflow. The Skill handles branch detection, pushes your changes to the remote, and creates the PR with metadata auto-filled from commits or branch names.

Can I auto-fill a PR title and description from my commits?

Yes, you can auto-fill PR titles and descriptions from your local commits or branch name. This Skill automates the extraction of this metadata during pull request creation to streamline code reviews and team collaboration.

Do I need the GitHub CLI installed to create pull requests automatically?

The Skill supports PR creation using either the GitHub CLI or the GitHub API, so you do not strictly need the CLI installed. It implements basic error handling and prompts to manage the submission workflow.

What's the best way to automate GitHub PR creation for bug fixes?

The best way to automate GitHub PR creation for bug fixes is to use this Skill from your active feature branch in the terminal. It streamlines local development workflows by handling branch detection, push, and PR submission without manual CLI commands.

Why does my automated branch push fail before PR submission?

An automated branch push might fail before PR submission due to remote conflicts or missing upstream tracking. The Skill includes basic error handling and prompts to guide you through these common Git workflow issues.