pr-respond

Analyze unresolved GitHub PR comments, apply fixes, commit, push, and reply.

15|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/duronext/jig --skill pr-respond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-respond
Source: https://github.com/duronext/jig/tree/main/core/skills/pr-respond
Command: npx skills add https://github.com/duronext/jig --skill pr-respond

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews often stall when reviewers leave comments, requiring manual replies, fixes, and thread resolution. This skill automates that process by analyzing unresolved comments, applying fixes, and posting replies to GitHub to move threads toward resolution.

Core Features & Use Cases

  • Analyze unresolved PR comments and determine appropriate fixes.
  • Implement fixes, create commits, push changes, and post replies to comments.
  • Resolve addressed threads to complete the PR review cycle.

Quick Start

Run the pr-respond skill on an open pull request to start processing unresolved comments.

Frequently Asked Questions about pr-respond

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

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

Automate PR feedback replies by using a skill that analyzes unresolved GitHub comments and applies fixes. It commits and pushes changes, posts replies to comments, and resolves review threads to complete the PR cycle.

Can I automatically resolve GitHub PR threads after applying code fixes?

Yes, automatically resolving GitHub PR threads after applying fixes is supported. The workflow analyzes unresolved comments, implements changes, commits and pushes them, and then resolves the addressed review threads via GitHub APIs.

Do I need GitHub CLI installed to automate pull request feedback processing?

Yes, GitHub CLI (gh) must be installed and authenticated to automate pull request feedback processing. The skill uses gh to fetch comments via REST and GraphQL APIs, commit changes, post replies, and resolve threads.

What is the best way to handle multiple unresolved code review comments across files?

The best way to handle multiple unresolved code review comments is an automated workflow that analyzes feedback, applies fixes across multiple files, builds and tests changes, and commits and pushes to GitHub, resolving threads.

Does automated PR comment processing work with active GitHub pull requests?

Yes, automated PR comment processing works with active GitHub pull requests. It targets open PRs with reviewer feedback, applying fixes, commits, pushes, replies, and thread resolution across multiple files.

Why does automated code review reply resolution require builds and tests?

Automated code review reply resolution requires builds and tests to ensure applied fixes do not break the codebase. The workflow builds and tests changes after implementing fixes, before pushing commits and posting replies to threads.