respond-to-comments

List, acknowledge, and respond to GitHub PR review comments.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill respond-to-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: respond-to-comments
Source: https://github.com/fzymgc-house/fzymgc-house-skills/tree/main/pr-review/skills/respond-to-comments
Command: npx skills add https://github.com/fzymgc-house/fzymgc-house-skills --skill respond-to-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jj, bd, test, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and responding to comments on GitHub Pull Requests, ensuring feedback is addressed promptly and accurately.

Core Features & Use Cases

  • Comment Listing & Filtering: View all comments or specifically unacknowledged ones on a PR.
  • Comment Acknowledgment: Mark comments as reviewed using GitHub reactions.
  • Response Drafting: Post new comments or reply to existing feedback.
  • Full Review Workflow: Guides users through categorizing, implementing, and verifying fixes for PR feedback.
  • Use Case: When a reviewer leaves feedback on your code, use this Skill to quickly see all their comments, acknowledge them, and then systematically work through implementing the suggested changes.

Quick Start

Use the respond-to-comments skill to list all unacknowledged comments for pull request number 123.

Frequently Asked Questions about respond-to-comments

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

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

Managing GitHub PR review comments involves listing, acknowledging, and responding to feedback systematically. This workflow supports quick lookups and comprehensive review-response processes, integrating with Git and JJ version control systems to categorize and track findings.

What is the best way to track unacknowledged PR feedback on GitHub?

Tracking unacknowledged PR feedback on GitHub is handled by listing specific unacknowledged comments and marking them as reviewed using GitHub reactions. The 'beads' CLI integrates to track findings and ensure feedback is addressed promptly and accurately.

How do I systematically implement code review feedback across Git and JJ version control systems?

Implementing code review feedback across Git and JJ version control systems follows a full review workflow that guides users through categorizing comments, gathering clarifications, implementing suggested changes, and verifying fixes through automated quality gates.

Do I need specific CLI tools to automate my pull request review response workflow?

Automating a pull request review response workflow requires specific CLI dependencies: 'gh' for GitHub interactions, 'git' and 'jj' for version control, 'bd' for builds, and 'test' for verification through automated quality gates.

Can I draft and post reply comments directly for existing GitHub PR feedback?

Drafting and posting reply comments directly for existing GitHub PR feedback is supported as a core feature. Users can post new comments or reply to existing reviewer feedback to ensure all suggested code changes are addressed systematically.

Why are automated quality gates needed when responding to PR comments?

Automated quality gates are needed when responding to PR comments to verify that implemented fixes for feedback are correct. They integrate with the 'test' dependency to ensure code changes satisfy review requirements before finalizing the response workflow.