pr-review-thread-replies

Automate GitHub pull request review thread replies with commit SHAs.

3|2|Updated May 12, 2026
One-click install
npx skills add https://github.com/kriscendobot/garden --skill pr-review-thread-replies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-thread-replies
Source: https://github.com/kriscendobot/garden/tree/main/skills/pr-review-thread-replies
Command: npx skills add https://github.com/kriscendobot/garden --skill pr-review-thread-replies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill eliminates the manual overhead of responding to individual inline review comments on GitHub, ensuring that every piece of feedback is acknowledged and linked to a specific commit.

Core Features & Use Cases

  • Automated Thread Replies: Automatically posts replies to inline review threads citing the specific commit SHA that addressed the feedback.
  • Deferral Management: Handles deferrals by noting them in the thread and providing a clear audit trail for maintainers.
  • Summary Reporting: Generates a top-level PR comment summarizing all addressed items and deferrals to close the loop efficiently.

Quick Start

Instruct the agent to process all pending inline review threads for the current pull request by citing the relevant fix-up commits.

Frequently Asked Questions about pr-review-thread-replies

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

FAQPage Schema
How do I automate GitHub pull request review thread replies?

You can automate GitHub pull request review thread replies by instructing the agent to process pending inline threads, which posts replies citing specific commit SHAs that addressed the feedback.

Can I link specific commit SHAs to addressed code review feedback automatically?

Yes, linking specific commit SHAs to addressed code review feedback is handled automatically, generating replies on inline GitHub threads to confirm which commits resolved each comment.

Do I need the GitHub CLI to automate pull request review comments?

Yes, you need the GitHub CLI installed, as the automation interacts directly with the pull request API via the gh tool to post threaded replies and summary comments.

What is the best way to manage deferred pull request review comments?

Managing deferred pull request review comments involves noting the deferral directly within the GitHub review thread, providing a clear audit trail for maintainers to track unaddressed feedback.

How does a gardening state machine ensure all PR review comments are resolved before closure?

A gardening state machine tracks all review comments within the workflow, ensuring every piece of inline feedback is accounted for and linked to a commit before the pull request is closed.

Can I generate a summary comment for addressed and deferred PR review items?

Yes, you can generate a top-level GitHub PR summary comment that lists all addressed feedback and deferrals, closing the review loop efficiently for maintainers.