pr

Create, review, and track GitHub pull requests using gh CLI.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/takapom/trip-app --skill pr-takapom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/takapom/trip-app/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/takapom/trip-app --skill pr-takapom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub PR management can be tedious across multiple repos and branches; this skill automates PR creation, status checks, and reviews to streamline collaboration.

Core Features & Use Cases

  • PR Creation: Quickly create PRs from your current branch.
  • Status Tracking: Check the status of PRs and associated checks.
  • Use Case: Teams working on multiple repos can standardize PR workflows and ensure reviews are completed promptly.

Quick Start

Create a PR for the current branch using gh pr create and verify its status with gh pr checks.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate GitHub pull request creation for feature branches?

To automate GitHub pull request creation for feature branches, use this Skill to run gh pr create commands via the gh CLI, streamlining the workflow directly from your current branch.

Can I check the status of GitHub PRs and associated checks across multiple repositories?

Yes, you can check the status of GitHub PRs and associated checks across multiple repositories by using this Skill to execute gh pr checks and list commands.

Does this PR workflow automation require any specific authentication setup?

This PR workflow automation requires GitHub CLI authentication, which the Skill validates by running gh auth status before performing any pull request creation or review actions.

What is the best way to standardize PR reviews and status tracking for teams?

The best way to standardize PR reviews and status tracking for teams is to use this Skill to automate gh CLI actions, ensuring consistent workflows and prompt review completion across repositories.

Can I list and manage pull requests across different repositories using the gh CLI?

You can list and manage pull requests across different repositories using the gh CLI, as this Skill provides dedicated list commands to track PR statuses and review states.

Are there limitations when automating GitHub PR actions with the gh CLI?

Limitations when automating GitHub PR actions with the gh CLI include relying on valid gh auth status credentials and being strictly bound to the capabilities of the gh CLI for workflow automation.