reviewing-prs

Automate GitHub PR review tasks using the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sekka/dotfiles --skill reviewing-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-prs
Source: https://github.com/sekka/dotfiles/tree/main/home/.claude/skills/reviewing-prs
Command: npx skills add https://github.com/sekka/dotfiles --skill reviewing-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR情報の取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信を gh コマンドで実行することで、PRレビュー作業を効率化します。

Core Features & Use Cases

  • PR情報の取得と要約
  • 差分の可視化(行番号付き)
  • コメントの取得/投稿/返信
  • インラインコメントの作成補助

Quick Start

PR URLを指定して実行すれば、タイトル・本文・差分・コメントを取得・投稿できる状態を想定します。

Frequently Asked Questions about reviewing-prs

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

FAQPage Schema
How do I automate GitHub PR reviews with the gh CLI?

Automate PR reviews by retrieving PR information, viewing diffs with line numbers, and posting comments using gh pr view, gh pr diff, and gh api commands. This Skill orchestrates these operations to streamline code review workflows without manual GitHub web navigation.

Can I view PR diffs with line numbers and post inline comments?

Yes. This Skill retrieves full diffs with line numbers via gh pr diff and enables inline comment creation through the GitHub API, allowing you to reference specific code lines in review feedback across repositories.

What do I need to set up before using gh for PR reviews?

Install the gh CLI and authenticate it with your GitHub account. The Skill parses PR URLs to extract owner, repo, and PR number, then uses authenticated gh commands to access PR data and post comments.

How do I retrieve and reply to existing PR comments?

This Skill reads and posts PR comments and replies using gh api calls, enabling you to fetch comment threads and respond to reviewer feedback programmatically without switching to the GitHub interface.

Can I summarize PR information and changes in one operation?

Yes. Provide a PR URL and the Skill fetches title, description, full diff, and comment history, giving you a complete review snapshot to analyze code changes and existing feedback together.