github-pr-review

Post inline review comments on GitHub Pull Requests using the gh CLI.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/takuto277/levelup-study --skill github-pr-review-takuto277
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/takuto277/levelup-study/tree/main/.cursor/skills/github-pr-review
Command: npx skills add https://github.com/takuto277/levelup-study --skill github-pr-review-takuto277

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you review a specific GitHub Pull Request by leaving inline review comments directly on the PR, ensuring feedback is anchored to the exact diffs. It triggers when the user provides a PR number, PR URL, owner/repo#number, or branch-like target and supports rechecking feedback previously posted by this skill, while managing PR review state labels such as PRレビュー修正待ち, PRレビュー/再レビュー待ち, and review:まーじOK.

Core Features & Use Cases

  • Inline PR review comments: post comments on the exact changed lines in the PR.
  • PR context awareness: fetch PR title, description, and diffs to provide targeted feedback.
  • Review state tracking: manage and visualize review statuses such as PRレビュー修正待ち, PRレビュー/再レビュー待ち, and review:まーじOK.
  • Recheck support: verify previous feedback after user actions and suggest next steps.

Quick Start

Review a GitHub Pull Request by asking the AI to post inline comments directly on the diff.

Frequently Asked Questions about github-pr-review

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

FAQPage Schema
How do I automate inline code review comments on a GitHub pull request?

Automating inline code review comments on a GitHub pull request requires fetching diffs and posting targeted feedback. This skill uses the gh CLI to fetch PR details, post review events with inline comments, and update review state labels.

What is the best way to track pull request review states and labels automatically?

Tracking pull request review states involves managing labels like PRレビュー修正待ち, PRレビュー/再レビュー待ち, and review:まーじOK. This skill automatically updates these review state labels after posting inline comments to visualize the current review status.

Can I recheck previously posted PR review feedback after the author makes changes?

Rechecking previously posted PR review feedback is supported by this skill. It can verify previous feedback after user actions on the pull request and suggest next steps based on the updated diff.

Do I need the gh CLI installed to post inline PR comments on GitHub?

Yes, the gh CLI is required to post inline PR comments on GitHub. This skill uses the gh CLI to fetch pull request details, post review events with inline comments, and update review state labels.

What pull request target formats can I use to trigger an automated code review?

You can trigger an automated pull request code review using a PR URL, owner/repo#number, or branch-like target. The skill fetches the PR title, description, and diffs to provide targeted inline feedback.