fix-pr-reviews

Automate GitHub PR review remediation by fixing comments, running tests, and syncing branches.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/brianruggieri/skills --skill fix-pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-pr-reviews
Source: https://github.com/brianruggieri/skills/tree/main/fix-pr-reviews
Command: npx skills add https://github.com/brianruggieri/skills --skill fix-pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assess, address, and resolve all review comments on a GitHub PR. Systematically apply fixes, push updates, and ensure tests and CI pass, while keeping the PR description in sync with the current state.

Core Features & Use Cases

  • Context gathering: fetch PR metadata, comments, and reviews to understand the scope of work.
  • Automated remediation: categorize comments, apply code fixes, resolve threads, and prepare commits.
  • Verification and handoff: run tests and CI checks, update PR description, and push changes for review.

Quick Start

Provide a PR number or URL, then invoke the skill to automatically address review comments, apply fixes, and update the PR.

Frequently Asked Questions about fix-pr-reviews

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

FAQPage Schema
How do I automatically fix GitHub pull request review comments?

To automatically fix GitHub pull request review comments, use this skill to identify reviewer feedback, apply code fixes, run tests, and push updates directly to the PR. It systematically resolves issues end-to-end across your GitHub repositories.

Can I automate resolving CI failures and merge conflicts on a pull request?

Yes, you can automate resolving CI failures and merge conflicts on a pull request by invoking this skill. It identifies failing checks, applies necessary code changes, syncs with the base branch, and validates updates to ensure CI passes.

What do I need to start automating PR review remediation end-to-end?

To start automating PR review remediation, you only need to provide a GitHub PR number or URL. The skill then fetches PR metadata, comments, and reviews to understand the scope of work and begin applying fixes automatically.

Does fixing pull request comments automatically update the PR description?

Fixing pull request comments automatically updates the PR description. During the verification and handoff phase, the skill runs tests, validates CI checks, and keeps the PR description in sync with the current state of the applied code changes.

What is the best way to categorize and resolve GitHub PR review threads?

The best way to categorize and resolve GitHub PR review threads is to use an automated remediation skill. It gathers reviewer comments, categorizes them, applies the required code fixes, resolves the threads, and prepares commits for review.