pr-review-resolver

Resolve Pull Request review comments through interactive step-by-step decision-making.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill pr-review-resolver-marxbiotech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-resolver
Source: https://github.com/marxbiotech/pr-review-toolkit/tree/main/skills/pr-review-resolver
Command: npx skills add https://github.com/marxbiotech/pr-review-toolkit --skill pr-review-resolver-marxbiotech

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of addressing feedback in Pull Request (PR) reviews by interactively guiding users through resolving each issue one by one, ensuring all feedback is handled before merging.

Core Features & Use Cases

  • Interactive Issue Resolution: Engages users in a step-by-step discussion to decide how to handle each review comment.
  • Background Task Execution: Fixes are applied in parallel as background tasks, allowing the conversation to continue without blocking.
  • Code Annotation: Automatically adds design decision comments to source code for deferred or non-applicable issues.
  • Use Case: After a code review flags several issues, use this Skill to systematically go through each one, decide on a fix, deferral, or marking as N/A, and ensure the PR is clean before merging.

Quick Start

Use the pr-review-resolver skill to interactively address the pending issues in the current PR review.

Frequently Asked Questions about pr-review-resolver

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

FAQPage Schema
How do I interactively resolve code review issues in a GitHub PR?

To interactively resolve code review issues, this Skill guides you step-by-step through each PR review comment, helps decide on a fix or deferral, executes code modifications as background tasks, and updates the PR comment upon completion.

What is the best way to systematically address multiple PR review comments before merging?

The best way to systematically address PR review comments is using an interactive resolver that processes each issue sequentially, applies fixes as background tasks, and annotates deferred or non-applicable items directly in the source code.

Does the PR review resolver require GitHub CLI to function?

Yes, the PR review resolver requires GitHub CLI and local caching mechanisms for PR data to fetch review comments, execute code modifications, and update the PR review status upon completion.

How does a PR review resolver handle deferred or non-applicable issues?

A PR review resolver handles deferred issues by automatically annotating the source code with design decision comments, ensuring the context for skipping or delaying a fix is preserved directly in the codebase.

Can I continue interacting with the Skill while code fixes are being applied?

Yes, you can continue interacting with the Skill while code fixes are applied because it executes modifications as background tasks, allowing the step-by-step decision-making conversation to continue without blocking.