pr:answer

Reply to PR review comments and update review states via Git.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill pr-answer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr:answer
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/pr%3Aanswer
Command: npx skills add https://github.com/awinogradov/code-assistants --skill pr-answer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, mcp__repomix__attach_packed_output, mcp__repomix__pack_codebase, autopilot:fetch-pr-reviews, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of addressing user comments on Pull Requests, automatically updating review states as necessary.

Core Features & Use Cases

  • Comment Handling: Process user comments to respond accurately and update review states.
  • Review State Management: Automate decision-making based on comments, resolving discussions or requiring further attention.
  • Use Case: Utilize the Skill to manage review threads, ensuring that PR discussions are efficient and conclusions are accurate, thereby streamlining the PR approval process.

Quick Start

Respond to a comment in a PR review and update the state if needed by providing arguments: REPO, PR_NUMBER, REVIEWER, PR_AUTHOR, COMMENT_BODY, COMMENT_PATH, COMMENT_LINE, NEEDS_REVERDICT, RULES_DOC_URL.

Frequently Asked Questions about pr:answer

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

FAQPage Schema
How do I automatically reply to PR review comments on GitHub?

Automating PR review comment replies requires providing arguments like REPO, PR_NUMBER, REVIEWER, COMMENT_BODY, and COMMENT_PATH. The system reads repository code and reviews to generate specific responses and update review verdicts based on the comment content.

Can I automatically resolve GitHub PR review threads based on code comments?

Yes, you can automatically resolve GitHub PR review threads based on code comments by automating review state management. This approach processes comment content to update review verdicts, resolving discussions or flagging them for further attention as needed.

Does automated PR comment handling require access to the full codebase?

Yes, automated PR comment handling requires access to PR and codebase information, alongside Bash operations for Git interaction. Reading the repository code allows the system to provide specific, context-aware responses to user comments in PR reviews.

What is the best way to manage PR review states and update verdicts automatically?

The best way to manage PR review states and update verdicts automatically is by processing review threads with a tool that reads comment content and repository code. This streamlines the approval process by ensuring PR discussions are efficient and conclusions are accurate.

How do I provide arguments to process a specific GitHub PR review thread?

To process a specific GitHub PR review thread, provide arguments including REPO, PR_NUMBER, REVIEWER, PR_AUTHOR, COMMENT_BODY, COMMENT_PATH, COMMENT_LINE, NEEDS_REVERDICT, and RULES_DOC_URL. This input drives the automated response generation and state updates.