submit-pr

Create GitHub pull requests by executing GitHub CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of submitting pull requests via GitHub CLI, reducing the time and complexity of manual steps.

Core Features & Use Cases

  • Automated PR Creation: Pushes a branch and creates a pull request with a single command.
  • Customizable PR Format: Allows users to define the PR title and body format.
  • Use Case: When a feature is complete and ready for review, this Skill can be used to create a PR with the correct format and details.

Quick Start

To submit a pull request, use the command: 'submit-pr create pull request'.

Frequently Asked Questions about submit-pr

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

FAQPage Schema
How do I automate pull request creation using GitHub CLI?

You can automate pull request creation by executing GitHub CLI commands that push your branch and open a PR with a single action. This skill requires a configured GitHub CLI environment and an existing GitHub repository to function.

Can I customize the title and body format when submitting a pull request?

Yes, this pull request automation allows you to define and customize the PR title and body format. This ensures your submissions maintain consistent formatting and details for code review.

Do I need a GitHub repository configured with CLI to submit a PR?

Yes, you need an existing GitHub repository and a properly configured GitHub CLI installation. These prerequisites allow the automated scripts to authenticate and interact with your version control workflow.

What is the best way to streamline GitHub PR submission for feature branches?

The best way to streamline GitHub PR submission is using an automated script that executes GitHub CLI commands. This reduces the time and complexity of manual version control steps when a feature is ready for review.

Why use GitHub CLI commands for pull request submission instead of manual web interface?

Using GitHub CLI commands for pull request submission reduces the time and complexity of manual steps. It pushes your branch and creates the PR directly from your development workflow without context switching.