review-pr-comments

Automate GitHub PR review workflows by aggregating comments, applying fixes, and resolving threads.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/juslee/aios --skill review-pr-comments-juslee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-comments
Source: https://github.com/juslee/aios/tree/main/.claude/skills/review-pr-comments
Command: npx skills add https://github.com/juslee/aios --skill review-pr-comments-juslee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end PR review workflow by detecting new PRs, aggregating reviewer feedback across PR-level comments, inline reviews, and reviews, and guiding a single-pass set of fixes, replies, and thread resolutions.

Core Features & Use Cases

  • Detects PRs and fetches metadata (number, url, branch)
  • Waits for reviewer comments across all sources and consolidates them for action
  • Applies fixes, creates a single commit, and posts concise replies to each comment
  • Resolves review threads to keep PR history clean and concise
  • Suitable for team workflows after PR creation to accelerate feedback loops

Quick Start

Review the PR by collecting all comments, applying fixes, replying to reviewers, and resolving threads in one pass.

Frequently Asked Questions about review-pr-comments

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

FAQPage Schema
How do I automate fixing and replying to GitHub PR review comments?

You can automate your GitHub PR review workflow by detecting pull requests, aggregating reviewer feedback, applying fixes, posting replies, and resolving conversation threads in a single pass. This requires the GitHub CLI to read PR data and push changes.

What is the best way to consolidate inline PR reviews and code review comments?

Consolidating PR review comments involves fetching metadata across PR-level comments, inline reviews, and review threads, then guiding a unified response. This approach aggregates all reviewer feedback to coordinate a single commit and keep PR history clean.

Can I resolve GitHub PR review threads automatically after applying fixes?

Yes, you can automatically resolve GitHub PR review threads after applying code fixes. The workflow aggregates reviewer feedback, pushes a single commit with the required changes, posts concise replies to each comment, and resolves the conversation threads.

Do I need GitHub CLI to manage PR comment workflows across repositories?

Yes, you need the GitHub CLI (gh) and authenticated access to manage PR comment workflows across repositories. This setup allows the automation tool to read pull request data, push code changes, and manage review threads effectively.

How does single-pass PR review processing handle multiple reviewer feedback sources?

Single-pass PR review processing handles multiple feedback sources by waiting for all reviewer comments across PR-level comments, inline reviews, and review threads, then consolidating them into one coordinated action to apply fixes and reply.

Are there limitations to automating PR comment management for large team workflows?

Automating PR comment management is designed for team workflows after PR creation to accelerate feedback loops, but it relies on GitHub CLI and authenticated access, meaning it operates within the constraints and permissions of your repository environment.