gh-review-comments

Manage GitHub Pull Request review comment threads via the GitHub CLI.

3|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/smykla-skalski/sai --skill gh-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-review-comments
Source: https://github.com/smykla-skalski/sai/tree/main/gh-review-comments/skills/gh-review-comments
Command: npx skills add https://github.com/smykla-skalski/sai --skill gh-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing GitHub Pull Request review comments, allowing you to efficiently list, reply to, resolve, and create review threads without leaving your workflow.

Core Features & Use Cases

  • List Threads: View all review comments on a PR, filter by author, or show only unresolved threads.
  • Reply to Threads: Respond to specific review comments or all comments from a particular author.
  • Resolve/Unresolve Threads: Mark conversations as resolved or reopen them.
  • Create Reviews: Interactively create new reviews with line-level comments, approvals, or change requests.
  • Use Case: After a code review, you need to address several comments. Use this Skill to list all unresolved comments, reply to them with your fixes, and then resolve them, all with a single command.

Quick Start

Use the gh-review-comments skill to list all review threads on pull request number 4 for the repository smykla-skalski/sai.

Frequently Asked Questions about gh-review-comments

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

FAQPage Schema
How do I manage GitHub pull request review comments efficiently?

Managing GitHub pull request review comments involves listing, replying to, resolving, and creating review threads. This Skill streamlines these actions using the GitHub CLI and its API, allowing you to handle PR comments without leaving your workflow.

Can I filter GitHub PR review threads by author or status?

Yes, you can filter GitHub PR review threads by author or status. The functionality supports viewing all review comments on a pull request, filtering by specific authors, or showing only unresolved threads to focus your code review efforts.

How do I resolve or unresolve GitHub PR review comment threads?

Resolving or unresolving GitHub PR review comment threads is supported directly through the GitHub CLI API. You can mark conversations as resolved when fixes are addressed or reopen them to continue the review discussion.

Does this Skill support creating interactive code reviews with line-level comments?

Yes, creating interactive code reviews with line-level comments is supported. You can interactively create new reviews that include approvals, change requests, and specific line-level comments directly on pull requests.

Do I need the GitHub CLI to automate pull request comment management?

Yes, the GitHub CLI is required to automate pull request comment management. This Skill facilitates listing, replying to, resolving, and creating review comment threads by leveraging the GitHub CLI and its API interfaces.