resolve-pr-feedback

Retrieve, analyze, and implement pull request feedback from code reviews.

6|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/narthur/dotfiles --skill resolve-pr-feedback-narthur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-feedback
Source: https://github.com/narthur/dotfiles/tree/main/.claude/skills/resolve-pr-feedback
Command: npx skills add https://github.com/narthur/dotfiles --skill resolve-pr-feedback-narthur

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing feedback from code reviews, ensuring that all comments and suggestions on pull requests are systematically handled, resolved, or escalated.

Core Features & Use Cases

  • Automated Feedback Retrieval: Fetches PR feedback using dedicated scripts for both standard Git and GitButler workflows.
  • Guided Resolution: Provides clear steps to analyze, validate, and act upon feedback, presenting options to the user before making changes.
  • Use Case: After a code review, you receive several comments. This Skill will help you go through each comment one by one, understand the reviewer's intent, implement the necessary code changes, and mark the feedback as resolved, all while maintaining a clear commit history.

Quick Start

Use the resolve-pr-feedback skill to start addressing the latest feedback on your current pull request.

Frequently Asked Questions about resolve-pr-feedback

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

FAQPage Schema
How do I resolve pull request feedback automatically after a code review?

To resolve pull request feedback automatically, this Skill systematically retrieves, analyzes, and implements code changes based on review comments. It then marks each feedback thread as resolved while maintaining a clear commit history.

What is the best way to address code review comments using gh CLI?

The best way to address code review comments using gh CLI is through this Skill, which fetches PR feedback via dedicated scripts and presents guided options to validate and act upon reviewer suggestions.

Can I use this PR feedback resolution workflow with GitButler?

Yes, you can use this PR feedback resolution workflow with GitButler. The Skill specifically supports both standard Git and GitButler workflows to ensure all feedback threads are properly addressed and resolved.

Do I need gh CLI installed to resolve PR feedback?

Yes, you need gh CLI installed to resolve PR feedback. The Skill requires the GitHub CLI as a dependency to interact with review systems and run the specific feedback scripts needed for retrieving and resolving comments.

How does guided code review resolution work step by step?

Guided code review resolution works by fetching feedback, presenting clear steps to analyze and validate reviewer intent, and offering options to implement necessary code changes. It processes comments one by one before marking them as resolved.

Why should I use an automated workflow instead of manually resolving PR comments?

Using an automated workflow to resolve PR comments streamlines the process of addressing code review feedback, ensuring comments are systematically handled, validated, and escalated if needed, rather than manually tracking each suggestion.