resolve-pr

Resolves GitHub pull-request comment threads, optionally filtered by author or bots.

Updated May 4, 2025
One-click install
npx skills add https://github.com/vnatarajan4061/phoenix --skill resolve-pr-vnatarajan4061
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr
Source: https://github.com/vnatarajan4061/phoenix/tree/main/.claude/skills/resolve-pr
Command: npx skills add https://github.com/vnatarajan4061/phoenix --skill resolve-pr-vnatarajan4061

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of resolving unresolved PR review threads on GitHub, making it easy to clean up bot comments or bulk-close threads after addressing feedback.

Core Features & Use Cases

  • Resolve All Unresolved Threads: Closes all unresolved review threads on a GitHub pull request.
  • Filter by Author: Targeted cleanup by specifying a specific author for the review threads.
  • Bot Comments Only: Clean up only bot comments for a streamlined process.
  • Use Case: After reviewing a pull request and addressing all feedback, use this Skill to automatically resolve all unresolved threads, including those left by bots.

Quick Start

To resolve all unresolved threads for a pull request, use the command: /resolve-pr <pr-number>

Frequently Asked Questions about resolve-pr

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

FAQPage Schema
How do I automatically resolve GitHub pull request review threads?

You can resolve pull request review threads on GitHub automatically by running a command like `/resolve-pr <pr-number>`. This automates the process of closing unresolved review threads, including those left by both users and bots.

Can I filter which GitHub PR review threads get resolved by author?

Yes, you can filter pull request review threads by a specific author before resolving them. This allows for targeted cleanup of review threads, ensuring you only close comments left by a particular user or bot.

What is the best way to clean up bot comments on a GitHub pull request?

Cleaning up bot comments on a GitHub pull request is best handled by resolving threads filtered to bot authors only. This streamlines the process by automatically closing unresolved automated review feedback left on the PR.

Do I need GitHub API authentication to resolve PR review threads?

Yes, you need GitHub API access and proper authentication to resolve pull request review threads. The Skill automates thread resolution by interacting directly with the GitHub API, which requires valid credentials.

How do I bulk-close all unresolved review threads on a GitHub PR?

To bulk-close all unresolved review threads on a GitHub PR, use the resolve-pr command with the specific pull request number. This will automatically resolve every unresolved thread on that pull request at once.