pr-comments

Automate GitHub pull request review comments with Git commits and co-author attribution.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/WhatIfWeDigDeeper/application-tracker --skill pr-comments-whatifwedigdeeper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/WhatIfWeDigDeeper/application-tracker/tree/main/.agents/skills/pr-comments
Command: npx skills add https://github.com/WhatIfWeDigDeeper/application-tracker --skill pr-comments-whatifwedigdeeper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of responding to code review feedback on your pull requests, ensuring that suggestions are implemented, declined with explanations, or marked as outdated.

Core Features & Use Cases

  • Automated Comment Processing: Parses and acts upon GitHub PR review comments.
  • Suggestion Implementation: Applies inline code suggestions provided by reviewers.
  • Intelligent Response Generation: Crafts replies for declined comments, explaining the reasoning.
  • Thread Resolution: Marks addressed review threads as resolved.
  • Commit Generation: Creates Git commits that include co-authorship for commenters.
  • Use Case: After a code review, you can use this Skill to automatically implement valid suggestions, reply to comments you disagree with, and resolve all the threads, saving you manual effort and ensuring timely PR merges.

Quick Start

Use the pr-comments skill to address the review feedback on the current pull request.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I automatically address GitHub pull request review comments?

To address GitHub pull request review comments automatically, use a Skill that integrates with the GitHub CLI to parse suggestions, apply code changes, generate commits, and resolve threads. This automates implementing valid suggestions and replying to declined feedback.

What is the process for applying code review suggestions from a PR automatically?

Applying code review suggestions involves parsing inline feedback via the GitHub CLI, applying valid code changes locally using Git, and generating commits. It marks addressed threads as resolved and replies to declined comments with explanations.

Do I need the GitHub CLI and jq to automate PR comment resolution?

Yes, you need the GitHub CLI and jq to automate PR comment resolution. The GitHub CLI facilitates fetching comments and managing threads, while jq parses JSON output to extract suggestions for applying code changes and generating commits.

How does automated code review feedback handle declined suggestions?

Automated code review feedback handles declined suggestions by intelligently generating replies that explain the reasoning for declining. It updates the thread on GitHub to ensure the reviewer is notified without applying the code change.

Can I attribute commits to reviewers when applying PR feedback automatically?

Yes, you can attribute commits to reviewers when applying PR feedback automatically. The process generates Git commits that include co-authorship attribution for the commenters who provided the suggestions on your pull request.

When should I avoid automating pull request comment processing?

Avoid automating pull request comment processing when the code review feedback requires complex architectural discussions or subjective judgment. The tool is best suited for applying valid inline suggestions and resolving straightforward threads.