github-pr-review

Create pending GitHub pull request reviews with code suggestions and batched comments.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/bossjones/boss-skills --skill github-pr-review-bossjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-review
Source: https://github.com/bossjones/boss-skills/tree/main/plugins/boss-dev/agent-harness/skills/github-pr-review
Command: npx skills add https://github.com/bossjones/boss-skills --skill github-pr-review-bossjones

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of reviewing GitHub pull requests by providing pending reviews with code suggestions, batching comments, and choosing appropriate event types.

Core Features & Use Cases

  • Pending Reviews: Creates pending reviews with code suggestions, allowing for batched comments and review refinement.
  • Code Suggestions: Offers inline code suggestions to help identify issues and propose fixes.
  • Event Types: Supports COMMENT, APPROVE, and REQUEST_CHANGES event types for flexible review workflows.
  • Use Case: Ideal for developers or team leads who need to efficiently review and provide feedback on GitHub pull requests.

Quick Start

Use the github-pr-review skill to review PR #123 with inline suggestions and comments.

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 GitHub PR reviews with inline code suggestions?

Automate GitHub PR reviews by creating pending reviews that batch inline code suggestions and comments. This allows you to propose fixes directly on GitHub pull requests efficiently before finalizing the review event.

How do I batch comments on a GitHub pull request review?

Batch comments on a GitHub pull request by initiating a pending review. You can aggregate multiple inline code suggestions and review comments into a single batched submission before posting them to GitHub.

Can I request changes or approve a GitHub PR using batched comments?

Yes, you can choose appropriate event types like COMMENT, APPROVE, or REQUEST_CHANGES when finalizing your batched comments. This supports flexible GitHub pull request review workflows directly through the process.

Do I need the gh CLI to automate GitHub pull request reviews?

Yes, automating GitHub pull request reviews with this process requires the gh CLI. It relies on gh CLI commands to interact with GitHub repositories, fetch PR data, and submit pending reviews with code suggestions.

What is the best way to provide code suggestions during a GitHub PR review?

The best way to provide code suggestions during a GitHub PR review is by creating a pending review. This mechanism allows you to offer inline code suggestions to identify issues and propose fixes in a batched format.