fix-reviews

Fetch unresolved GitHub pull request review comments and apply fixes.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/becky3/ai-assistant --skill fix-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-reviews
Source: https://github.com/becky3/ai-assistant/tree/main/.claude/skills/fix-reviews
Command: npx skills add https://github.com/becky3/ai-assistant --skill fix-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers efficiently identify and address unresolved review comments on pull requests, ensuring code quality and timely merges.

Core Features & Use Cases

  • Unresolved comment discovery: Fetch PR review threads that are not yet resolved.
  • Prioritized remediation: Filter and rank issues by impact and scope to guide fix work.
  • Automated patch workflow: Apply or propose fixes and verify changes in a follow-up review.
  • Use Case: When a PR has multiple reviewers, this Skill helps you systematically address outstanding feedback to move toward merge.

Quick Start

Initiate the Skill with a PR number or on the current branch to surface unresolved comments and craft/patch responses.

Frequently Asked Questions about fix-reviews

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

FAQPage Schema
How do I fetch unresolved pull request review comments using gh CLI?

Unresolved pull request review comments can be fetched using gh CLI with GraphQL queries to retrieve open review threads, enabling you to systematically identify outstanding feedback for triage and remediation.

What is the best way to triage and prioritize code review feedback on a pull request?

Triaging code review feedback involves filtering and ranking unresolved PR comments by impact and scope, which guides your fix work and helps you systematically address outstanding issues from multiple reviewers toward merge.

Can I automatically apply patches to GitHub pull requests from review comments?

You can automatically apply patches to GitHub pull requests by using an automated patch workflow that takes unresolved review comments, applies proposed fixes across branches, and verifies changes with optional test validation.

Do I need the gh CLI installed to automate fixing GitHub PR review comments?

You need the gh CLI installed to automate fixing GitHub PR review comments because this workflow enforces using gh CLI and GraphQL to fetch review threads and manage the patch application process.

How do I validate code changes after applying fixes from PR review feedback?

To validate code changes after applying fixes from PR review feedback, you use the optional test validation step within the patch workflow, ensuring proposed fixes do not break existing functionality before a follow-up review.