resolve-pr-comments

Fetch unresolved GitHub PR comments via GraphQL and apply approved fixes.

7.2k|1.0k|Updated Mar 19, 2025
One-click install
npx skills add https://github.com/maximhq/bifrost --skill resolve-pr-comments-maximhq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comments
Source: https://github.com/maximhq/bifrost/tree/main/.claude/skills/resolve-pr-comments
Command: npx skills add https://github.com/maximhq/bifrost --skill resolve-pr-comments-maximhq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unresolved PR comments stall code reviews and slow down delivery. This Skill guides an automated, interactive process to fetch, analyze, and resolve outstanding review notes.

Core Features & Use Cases

  • Automated discovery of unresolved PR review threads across a repository.
  • Interactive workflow to research, propose, and apply fixes, with options to FIX, REPLY, or SKIP.
  • Tracking of progress via a local session record and safe push-before-reply guarantees.
  • Supports multi-repo scenarios and can operate with or without a specified owner/repo in the PR URL.

Quick Start

Invoke the command /resolve-pr-comments <PR_NUMBER> to start resolving comments.

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 unresolved GitHub PR review comments?

To automatically resolve unresolved GitHub PR review comments, you can use an interactive workflow that fetches open threads via GraphQL, tracks them locally, and proposes fixes or replies for each comment sequentially.

What is the best way to handle multiple unresolved PR comments across different repositories?

Handling unresolved PR comments across multiple repositories requires a tracking mechanism that detects repository context from the PR URL, fetches threads, and applies fixes cross-repo while maintaining a local session record of progress.

How do I apply code fixes suggested in GitHub pull request reviews?

You can apply code fixes from PR reviews by fetching unresolved comments, researching the requested changes, executing edits locally with an Edit tool, and pushing the changes before posting a reply to the reviewer.

Can I reply to or skip individual PR review comments during an automated code review workflow?

Yes, an automated code review workflow can present interactive options for each PR comment, allowing you to choose whether to FIX, REPLY, or SKIP the suggestion based on your analysis of the review thread.

Do I need to specify the repository owner and name to fetch pull request comments?

No, you do not need to explicitly specify the repository owner and name; the workflow can automatically detect the repository context directly from the provided pull request URL to fetch the comments.