address-review

Fetch unreplied PR comments, evaluate suggested fixes, and implement changes.

6|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/v1-io/v1tamins --skill address-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/v1-io/v1tamins/tree/main/claude/skills/address-review
Command: npx skills add https://github.com/v1-io/v1tamins --skill address-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address PR review comments from Copilot, bots, or humans by systematically evaluating each comment, applying valid fixes, and replying succinctly.

Core Features & Use Cases

  • Fetches unreplied line-specific and general PR comments
  • Analyzes feedback to determine validity, applicability, and suggested fixes
  • Automatically applies fixes in code or docs and posts concise replies

Quick Start

Run address-review on a target PR URL to automatically fetch, analyze, fix, and reply to review comments.

Frequently Asked Questions about address-review

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

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

Automate PR review comment replies by fetching unreplied line-specific and general comments, evaluating their validity, applying required code fixes, and posting concise responses summarizing the outcome.

What is the best way to triage unreplied code review feedback on a GitHub pull request?

Triage code review feedback by fetching unreplied PR comments, analyzing the related code sections to determine validity, and categorizing suggested changes as requiring a full fix, partial fix, or no action.

Can I automatically apply fixes from bot and human PR comments without manual coding?

Yes, you can automatically apply fixes from bot and human PR comments by evaluating each suggestion, implementing valid changes following established patterns, committing the modifications, and replying with the rationale.

How does automated comment analysis decide if a suggested code change is valid?

Automated comment analysis evaluates validity by reading the related code sections referenced in the PR comment, assessing the suggested changes against existing patterns, and deciding if a fix is required, partial, or not applicable.

Does address-review work with general PR comments or only line-specific code feedback?

Address-review works with both general PR comments and line-specific code feedback, fetching unreplied items from both categories to ensure comprehensive triage and resolution of pull request review feedback.

What are the limitations of automating GitHub code review replies for complex feedback?

Automating GitHub code review replies requires reading related code sections and evaluating validity, meaning complex feedback lacking clear code context or established patterns may be categorized as not applicable rather than automatically fixed.