pr

Create a GitHub pull request for the active branch using the gh CLI.

4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-bot --skill pr-brave-experiments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/brave-experiments/brave-core-bot/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/brave-experiments/brave-core-bot --skill pr-brave-experiments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating GitHub pull requests, automating the steps required to submit your code changes for review.

Core Features & Use Cases

  • Automated Branch Pushing: Pushes the current branch to the remote repository.
  • Intelligent PR Creation: Generates a pull request with a concise title and body, referencing associated issues when found.
  • Use Case: After committing your code locally, use this Skill to push your branch and open a pull request on GitHub, ready for your team's feedback.

Quick Start

Use the pr skill to create a pull request for the current branch.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I create a GitHub pull request from the command line?

You can automate pull request creation by using this Skill to push the active branch to the remote repository and generate a PR with a concise title and body. It handles issue references when applicable to streamline code review.

What's the best way to automate pushing a Git branch and opening a PR?

Automating branch pushing and PR creation is handled by this Skill, which pushes the current Git branch to the remote repository and opens a GitHub pull request with a generated title and body, referencing issues when found.

Do I need the GitHub CLI installed to automate pull request creation?

Creating a GitHub pull request with this Skill requires the `gh` CLI tool, which it uses to push the active branch and generate the pull request title and body for your code changes.

Can I automatically reference issues when generating a GitHub pull request?

When generating a GitHub pull request, this Skill includes issue references in the PR body when applicable. It automates pushing the branch and creating the PR with a concise title and body.

Does this pull request automation work with my existing Git repository?

This pull request automation works with your existing Git repository by pushing the active branch to the remote repository and opening a GitHub pull request, designed for software developers managing code changes.