pr-review

Review GitHub pull requests with inline comments and draft management.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/srnnkls/tropos --skill pr-review-srnnkls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/srnnkls/tropos/tree/main/skills/pr-review
Command: npx skills add https://github.com/srnnkls/tropos --skill pr-review-srnnkls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams through GitHub PR reviews, enabling structured inline feedback, draft management, and consistent approvals using the gh CLI and an extensible review workflow.

Core Features & Use Cases

  • Fetch PR context and metadata from GitHub
  • Generate and manage inline comments as draft reviews
  • Enforce a review workflow with configurable steps and decision points
  • Submit or update reviews to close or request changes with a clear summary
  • Adaptable to different project guidelines and language rules for reviews

Quick Start

Run a PR review workflow for a given repository PR using gh to fetch details and compose inline feedback

Frequently Asked Questions about pr-review

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

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

Automate GitHub pull request reviews by using the gh CLI with the gh-review extension to fetch PR context, generate structured inline comments as drafts, and submit iterative feedback directly to the repository.

What is a structured PR review workflow?

A structured PR review workflow enforces configurable steps and decision points for pull requests, enabling iterative clarification, draft comment management, and consistent approvals with a clear summary before submitting changes.

Do I need the gh CLI to review pull requests?

Yes, you need the gh CLI and the gh-review extension to fetch PR data, manage draft comments, and post structured reviews or request changes directly to GitHub repositories.

Can I adapt the GitHub PR review workflow for specific programming languages?

Yes, the GitHub PR review workflow can adapt to different project guidelines and language rules, allowing you to delegate inline feedback and structured reviews to language-specific guidelines.

What's the best way to manage draft comments on a pull request?

Manage draft comments on a pull request by using an extensible review workflow to generate inline feedback, handle drafts iteratively, and submit or update the review to close or request changes with a clear summary.

When should I avoid automating pull request reviews?

Avoid automating pull request reviews if your project lacks defined language-specific guidelines or if the repository environment lacks the required gh CLI and gh-review extension setup to handle structured inline feedback.