s-pr-review

Automate GitHub PR reviews by posting inline comments and summaries via gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s-pr-review
Source: https://github.com/gyarra/cine_medallo_2/tree/main/.claude/skills/s-pr-review
Command: npx skills add https://github.com/gyarra/cine_medallo_2 --skill s-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the PR review process by enabling automated inline comments and a concise summary to be posted on GitHub using the gh CLI.

Core Features & Use Cases

  • Post inline comments directly on changed lines in a PR to surface issues and questions.
  • Generate a concise PR summary to accompany the inline feedback for reviewers and maintainers.
  • Orchestrate the review workflow from a centralized prompt, reducing manual context switching during code reviews.

Quick Start

Instruct Claude to review a specific PR URL and have it file inline comments and a summary on the PR using gh CLI.

Frequently Asked Questions about s-pr-review

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

FAQPage Schema
How do I automate GitHub PR reviews with inline comments?

You can automate GitHub PR reviews by extracting changes and generating targeted inline feedback posted directly on changed lines using the gh CLI. This approach also compiles a concise summary to accompany the inline feedback for reviewers.

What is the best way to post automated code review feedback on a GitHub pull request?

The best way to post automated code review feedback is by leveraging PR metadata to tailor feedback to the diff and changed files, then using the gh CLI to post inline comments and a concise summary on the pull request.

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

Yes, the gh CLI is required to post inline PR comments automatically. This Skill relies on the gh CLI to extract PR metadata, generate targeted inline feedback on changed lines, and post the review summary directly to GitHub.

How does automated PR review handle edge cases in changed files?

Automated PR review handles edge cases in changed files through robust processing logic that leverages PR metadata to tailor feedback to the diff. It ensures targeted inline comments are accurately placed on changed lines despite common edge cases.

Can I generate a PR summary and inline comments from a single prompt?

Yes, you can generate a PR summary and inline comments from a single centralized prompt. This orchestrates the review workflow, reducing manual context switching while posting both targeted inline feedback and a concise summary via the gh CLI.