pr

Create a GitHub pull request from the current branch using the GitHub CLI.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/mabdulrauf/wazone-back --skill pr-mabdulrauf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/mabdulrauf/wazone-back/tree/main/.agents/skills/pr
Command: npx skills add https://github.com/mabdulrauf/wazone-back --skill pr-mabdulrauf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates creating a pull request from the current branch, eliminating manual PR steps and accelerating code review workflows.

Core Features & Use Cases

  • Gather branch context (current branch, status, and remote tracking) to inform PR creation.
  • Handle uncommitted changes and push when necessary, including creating a feature branch if needed.
  • Create PRs on GitHub with a structured description and link related issues using the GitHub CLI.

Quick Start

Create a PR for the current branch using the skill to gather context, prepare the branch, and open the PR.

Frequently Asked Questions about pr

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

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

To create a pull request from your current Git branch, the skill automates gathering branch context, pushing uncommitted changes, and opening the PR on GitHub with proper metadata using the GitHub CLI.

Do I need the GitHub CLI installed to automate PR creation?

Yes, you need the GitHub CLI installed to automate PR creation. The skill requires both Git and the GitHub CLI to gather local context, manage branch state, and open pull requests with structured descriptions on GitHub.

What is the best way to open a GitHub pull request with uncommitted changes?

The best way to open a GitHub pull request with uncommitted changes is using an automation skill that handles them directly. It prepares the branch by committing and pushing when necessary before opening the PR.

Can I link related issues when automating a pull request?

Yes, you can link related issues when automating a pull request. The skill uses the GitHub CLI to create PRs on GitHub with a structured description and automatically links any related issues to the current branch.

Does this PR automation work if I haven't created a feature branch yet?

Yes, this PR automation works even if you haven't created a feature branch yet. It handles uncommitted changes and pushes when necessary, including creating a feature branch if needed before opening the PR.