address-pr-comments

Fetch, analyze, and resolve pull request review comments with an approval-gated fix workflow.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/usmangurowa/socialmocks --skill address-pr-comments-usmangurowa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-pr-comments
Source: https://github.com/usmangurowa/socialmocks/tree/main/.agents/skills/address-pr-comments
Command: npx skills add https://github.com/usmangurowa/socialmocks --skill address-pr-comments-usmangurowa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing and acting on every pull request comment is time-consuming and error-prone, and blindly applying automated fixes can land bad changes or post bad replies. This Skill fetches all PR comments, analyzes each one with specialized teammates, and gates all commits, pushes, and replies behind human approval. ## Core Features & Use Cases - Comment triage and analysis: Fetches all PR comments via the GitHub CLI and evaluates each for validity, pushing back on weak verdicts and resolving escalations with evidence from code, Linear, ClickHouse, or past PRs. - Approval-gated fixes: Applies candidate fixes to the working tree only, then presents a summary table and HTML explainer report, committing, pushing, replying, and reacting only after user approval. - Autonomous submit mode: The submit argument skips the approval gate for unattended flows such as scheduled runs or Slack-triggered loops. - Use Case: A reviewer leaves eight comments on your pull request overnight; run the Skill to get a verified verdict and candidate fix for each, review the report, and approve to ship all fixes and replies at once. ## Quick Start Ask the assistant to address the comments on pull request 123 and review the proposed fixes before approving them.

Frequently Asked Questions about address-pr-comments

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

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

Run the Skill with a PR number or URL to fetch all comments, analyze each for validity, and apply candidate fixes to the working tree. You review a summary table and HTML report, then approve to commit, push, and reply.

How to run automated PR comment fixes without human approval?

Pass the submit argument along with the PR number or URL. Submit mode skips the approval gate and directly commits, pushes, replies, and reacts, and is intended for autonomous flows like scheduled runs rather than interactive use.

Does this require the GitHub CLI to fetch PR comments?

Yes, it uses the gh CLI along with git to fetch comments, inspect branches, and push changes. Linear and ClickHouse MCP connections are optional and used only when connected, with silent fallback to git history and code reading.

What happens if an automated fix recommendation is wrong?

In default review mode nothing is committed or pushed until you approve, so bad fixes never land. Rejected edits are reverted from the working tree before anything ships, and weak teammate verdicts are re-analyzed rather than accepted.

When should I not use submit mode for PR comments?

Avoid submit mode in interactive sessions, since it bypasses the approval gate that prevents incorrect automated fixes and replies from being posted. Reserve it for autonomous invocations where passing submit acts as standing operator approval.