pr

Create and manage GitHub pull requests using the gh CLI.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/pward17/site-template --skill pr-pward17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/pward17/site-template/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/pward17/site-template --skill pr-pward17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull requests can be tedious to create, track, and summarize; this skill automates and streamlines PR workflows using the gh CLI.

Core Features & Use Cases

  • Create pull requests for the current branch using gh pr create
  • Check the status of PR checks and view PR details
  • Update, review, and merge PRs with a streamlined workflow

Quick Start

Create a new pull request for the current branch using gh pr create

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 terminal?

To create a GitHub pull request from the terminal, use the gh pr create command on your current feature branch. This automates PR creation and outputs the direct URL for your newly opened pull request.

How can I check the status of GitHub PR checks using the command line?

Checking GitHub PR checks via the command line involves using gh CLI status commands. This skill automates viewing PR details and lifecycle updates, providing clear terminal output for your branch's continuous integration checks.

Do I need the gh CLI installed to automate pull request workflows?

Yes, you need the gh CLI installed and authenticated to automate pull request workflows. This skill relies entirely on the gh CLI to manage day-to-day PR operations across feature branches and individual projects.

What is the best way to manage pull request lifecycles for feature branches?

The best way to manage pull request lifecycles for feature branches is automating the workflow with gh CLI. This approach streamlines creating, checking, viewing, updating, reviewing, and merging pull requests directly from your terminal.

Can I view and merge GitHub pull requests without leaving the terminal?

Yes, you can view and merge GitHub pull requests without leaving the terminal by using gh CLI commands. This skill supports a streamlined workflow to update, review, and merge PRs while providing clear terminal output.