resolve-pr-comments

Automates replying to and resolving completed PR comment threads via GitHub CLI/APIs without changing code.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/takemi-ohama/ai-plugins --skill resolve-pr-comments-takemi-ohama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-pr-comments
Source: https://github.com/takemi-ohama/ai-plugins/tree/main/plugins/ndf/skills/resolve-pr-comments
Command: npx skills add https://github.com/takemi-ohama/ai-plugins --skill resolve-pr-comments-takemi-ohama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates closing PR threads by replying to completed PR comments and resolving the thread.

Core Features & Use Cases

  • Replies to completed PR comments and resolves the thread when closing a PR discussion.
  • Handles multiple comments across a pull request and ensures consistent messaging.
  • Use Case: After a reviewer approves and no further fixes are needed, close the discussion cleanly.

Quick Start

Execute /ndf:resolve-pr-comments on the current pull request to automatically reply to completed comments and close the thread.

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 PR comment threads on GitHub?

You can automatically resolve PR comment threads by running the Skill on a pull request, which fetches comments via GitHub APIs, posts replies to completed discussions, and closes the threads. It handles multiple comments across repositories without code changes.

Can I batch close resolved GitHub pull request discussions across repositories?

Yes, you can batch close resolved GitHub pull request discussions across repositories. The Skill processes all comments on a pull request to finalize discussions and applies consistently across different repositories using GitHub CLI and APIs.

Does this tool make code changes when resolving pull request threads?

No, this tool does not make code changes when resolving pull request threads. It strictly uses GitHub CLI and APIs to fetch comments, post standardized replies, and resolve threads, ensuring the codebase remains untouched while discussions are closed.

What is the best way to clean up approved pull request comments before merging?

The best way to clean up approved pull request comments before merging is to automate thread resolution. The Skill replies to completed PR comments and resolves the threads, ensuring consistent messaging and a clean discussion history once fixes are addressed.

Do I need GitHub CLI installed to automate resolving PR threads?

Yes, you need GitHub CLI installed to automate resolving PR threads. The Skill relies on GitHub CLI and GitHub APIs to fetch pull request comments, post replies, and resolve the threads across your repositories.