pr-submit

Create a GitHub pull request from the active branch with guided prompts.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Nabilhassan12345/voice-ai-workspace --skill pr-submit-nabilhassan12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-submit
Source: https://github.com/Nabilhassan12345/voice-ai-workspace/tree/main/pipecat/.claude/skills/pr-submit
Command: npx skills add https://github.com/Nabilhassan12345/voice-ai-workspace --skill pr-submit-nabilhassan12345

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submit the current changes as a GitHub pull request.

Core Features & Use Cases

  • Branch-to-PR workflow: Create PRs from the active feature/bugfix branch on GitHub.
  • Guided PR creation: Interactively prompts for PR title/description and merge options.
  • Post-PR tasks: Optional changelog generation and PR description updates.

Quick Start

Use this skill to create a PR from your current branch with a single action.

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 in one step?

To submit a GitHub pull request, this skill automates the branch-to-PR workflow by guiding you through branch naming, interactively prompting for the PR title and description, and executing the creation via the gh CLI or equivalent API calls.

What do I need to create a PR from a local git repository?

Creating a PR requires a local git repository with an active feature or bugfix branch, access to the remote GitHub repository, and the gh CLI or equivalent API calls installed to execute the pull request creation.

Can I update my changelog automatically when creating a pull request?

Yes, when creating a pull request, you can perform post-PR tasks like optional changelog generation and PR description updates directly through the guided workflow prompts after submission.

Does this guided PR creation work for both feature and bugfix branches?

Yes, the guided PR creation works for typical GitHub workflows by supporting both feature and bugfix branches, interactively prompting for PR titles, descriptions, and merge options before submitting the current changes.

What is the best way to automate branch naming and PR creation on GitHub?

Automating branch naming and PR creation is handled by this skill through an interactive process that submits current changes to GitHub, prompts for merge options, and optionally updates the PR description and changelog.