pr-reply

Manage GitHub Pull Request review threads with fixes, replies, or deferrals.

6|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Jitsusama/agentic-harness.pi --skill pr-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reply
Source: https://github.com/Jitsusama/agentic-harness.pi/tree/main/skills/pr-reply
Command: npx skills add https://github.com/Jitsusama/agentic-harness.pi --skill pr-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you efficiently manage and respond to feedback on your GitHub Pull Requests, ensuring all review comments are addressed systematically and clearly.

Core Features & Use Cases

  • Thread-by-thread review: Navigate through PR comments systematically.
  • LLM analysis: Understand reviewer intent and get actionable recommendations.
  • Flexible responses: Implement fixes (with or without TDD), post replies, or defer comments.
  • Automatic commit linking: Commits are automatically linked to review threads.
  • Stack awareness: Helps manage dependent PRs after making changes.
  • Use Case: You've received several comments on your PR. This Skill guides you through each comment, helps you decide whether to implement a fix, reply, or skip, and ensures your commits are correctly linked to the feedback.

Quick Start

Activate the pr-reply skill for the given pull request URL.

Frequently Asked Questions about pr-reply

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

FAQPage Schema
How do I systematically resolve GitHub pull request review feedback?

To resolve GitHub pull request review feedback systematically, you can navigate review threads thread-by-thread, analyze reviewer intent, and choose to implement fixes, post replies, or defer comments while automatically linking commits to the threads.

How do I manage code review comments and link commits to feedback threads?

Managing code review comments involves analyzing each thread and taking action like fixing or replying. When you implement changes, commits are automatically linked to the specific review threads for improved traceability.

Does this PR feedback workflow integrate with TDD processes?

Yes, this PR feedback workflow integrates with TDD processes. When you choose to implement fixes for review comments, you can apply a TDD workflow to ensure your code changes are properly tested before updating the pull request.

What is the best way to handle dependent pull requests after addressing code review changes?

Handling dependent pull requests after addressing code review changes requires stack awareness. This Skill helps manage dependent PRs by tracking the relationships between your branches after you make and commit fixes.

Do I need GitHub API access to process pull request review comments?

Yes, you need GitHub API access and Git integration to process pull request review comments. These dependencies are required to fetch PR data, manage code changes, and automatically link commits to review threads.

Can I defer GitHub pull request comments instead of immediately fixing them?

Yes, you can defer GitHub pull request comments instead of immediately fixing them. The workflow allows flexible responses to review feedback, letting you choose to implement fixes, post replies, or defer comments for later resolution.