resolve-pr-comments

Automate resolving pull request review comments and pushing changes.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/squirrel289/pax --skill resolve-pr-comments-squirrel289
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comments
Source: https://github.com/squirrel289/pax/tree/main/skills/workflow/resolve-pr-comments
Command: npx skills add https://github.com/squirrel289/pax --skill resolve-pr-comments-squirrel289

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of addressing and resolving pull request review feedback by composing multiple general-purpose skills into a cohesive workflow.

Core Features & Use Cases

  • Fetch PR details and review threads
  • Analyze comments and plan actions (sequential or parallel)
  • Address comments, push changes, and finalize PR status
  • Use YOLO (autonomous) or collaborative (interactive) modes for execution

Quick Start

Call resolve-pr-comments with pr-number and repository (or pr-url) to automatically fetch, address, and resolve all PR review comments and push the final changes.

Frequently Asked Questions about resolve-pr-comments

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

FAQPage Schema
How do I automatically resolve pull request review comments?

To automatically resolve pull request review comments, call this skill with a pr-number and repository to fetch feedback, apply changes, and push updates. It processes unresolved comments using either autonomous or collaborative execution modes.

Can I automate addressing PR feedback in parallel or sequentially?

Yes, you can automate addressing PR feedback by processing review comments either sequentially or in parallel. The skill plans actions based on the comments and applies the necessary code changes to resolve them.

What is the difference between YOLO and collaborative modes for resolving PR comments?

Resolving PR comments in YOLO mode runs autonomously without user interaction, while collaborative mode requires interactive input for execution. Both modes fetch threads, plan actions, apply changes, and push final updates.

How do I handle unresolved pull request comments on an open PR?

Handling unresolved pull request comments is done by providing the pr-url to this automation skill. It fetches the review threads, analyzes the feedback, and pushes code changes to finalize the PR status.

Do I need to manually push changes after fixing PR review feedback?

No, you do not need to manually push changes after fixing PR review feedback. The workflow automatically applies the planned code updates and pushes them to finalize the pull request status.