prr

Retrieve and edit GitHub PRs from a local editor via the prr CLI.

1|Updated Aug 10, 2024
One-click install
npx skills add https://github.com/takumi12311123/dotfiles --skill prr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prr
Source: https://github.com/takumi12311123/dotfiles/tree/main/.claude/skills/prr
Command: npx skills add https://github.com/takumi12311123/dotfiles --skill prr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-based GitHub PR review with in-editor polish, enabling fast feedback cycles without leaving your editor.

Core Features & Use Cases

  • Pull and edit PR reviews directly from the terminal using the prr tool.
  • Write inline comments and diffs within the editor, with support for single-line, multi-line, and suggestion blocks.
  • Submit reviews to GitHub and track their status, with local and global configuration options.

Quick Start

Install prr, authenticate with GitHub, and start a PR review by running prr get owner/repo/PR_NUMBER

Frequently Asked Questions about prr

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

FAQPage Schema
How do I review GitHub PRs directly from my terminal editor?

Review GitHub PRs directly from your terminal editor by pulling PR data via a CLI tool, writing inline diff comments and suggestion blocks, and submitting the review back to GitHub.

Can I write multi-line comments and code suggestions for a PR review in my local editor?

Yes, you can write multi-line comments and code suggestions for a PR review using diff-comment blocks and review directives supported within your local editor.

Do I need a GitHub token to submit PR reviews from the terminal?

Yes, you need a GitHub token with repo scope to access pull requests and submit your code reviews back to the GitHub repository.

What is the best way to streamline code review workflows without leaving the editor?

Streamline code review workflows without leaving the editor by using a CLI tool to retrieve, edit, and submit GitHub PR reviews locally, enabling fast feedback cycles.

How do I start a GitHub PR review using the prr command line tool?

Start a GitHub PR review using the prr command line tool by authenticating with GitHub and running the command `prr get owner/repo/PR_NUMBER` to fetch the PR.

Does terminal-based PR review support local and global configuration options?

Yes, terminal-based PR review supports local and global configuration options to customize how you retrieve, edit, and submit your GitHub PR reviews.