reply-comments

Generate context-aware replies to GitHub PR review comments with tone differentiation.

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/flurdy/agent-skills --skill reply-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reply-comments
Source: https://github.com/flurdy/agent-skills/tree/main/skills/reply-comments
Command: npx skills add https://github.com/flurdy/agent-skills --skill reply-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone for humans, terse factual responses for AI bots.

Core Features & Use Cases

  • Context-aware replies to PR review comments after handling feedback.
  • Tone differentiation: polite human replies vs. concise bot confirmations.
  • Detect addressed vs. unresolved comments and post replies to the correct thread.

Quick Start

Invoke this skill to generate and post replies to PR reviews with the appropriate tone.

Frequently Asked Questions about reply-comments

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

FAQPage Schema
How do I auto-reply to PR review comments after addressing feedback?

To auto-reply to PR review comments, you can invoke this skill to generate context-aware reply texts, determine which feedback has been addressed, and post replies directly to the corresponding GitHub comment threads.

Can I automatically resolve GitHub PR comment threads after making changes?

Yes, you can automatically resolve GitHub PR comment threads after making changes. The skill detects addressed feedback and enables thread resolution when appropriate to close out the conversation.

How do I differentiate tone when replying to human reviewers versus AI bots on GitHub?

To differentiate tone when replying to human reviewers versus AI bots, the skill selects a polite tone for human replies and concise, factual confirmations for AI bot comments automatically.

Does this PR review automation work without external dependencies?

Yes, this PR review automation works without external dependencies. It uses standard GitHub workflows to read inline comments, generate replies, and post them to the correct thread natively.

How does this skill avoid leaking sensitive data when posting PR replies?

To avoid leaking sensitive data when posting PR replies, the skill enforces safety constraints during text generation to prevent sensitive information from appearing in the automated GitHub comment responses.