review-addressed-comments

Verify reviewer feedback is addressed in pull request code.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill review-addressed-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-addressed-comments
Source: https://github.com/edlng/agents/tree/main/skills/universal/review-addressed-comments
Command: npx skills add https://github.com/edlng/agents --skill review-addressed-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the ambiguity of whether a reviewer's feedback has been fully implemented, preventing incomplete code reviews and ensuring all requested changes are verified.

Core Features & Use Cases

  • Automated Thread Tracking: Automatically filters and maps review comments from a specific author across a pull request.
  • Evidence-Based Verification: Cross-references review comments with the latest file contents to provide concrete code snippets as proof of resolution.
  • Use Case: Use this before merging a pull request to ensure that every specific concern raised by a senior engineer has been addressed in the final code, providing a clear report for the final approval decision.

Quick Start

Ask the agent to review addressed comments for the pull request at the provided URL to verify that all feedback has been implemented.

Frequently Asked Questions about review-addressed-comments

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

FAQPage Schema
How do I verify that pull request review comments have been addressed in the code?

To verify pull request review comments are addressed, fetch the review threads and map them to current file contents to generate a status report with concrete code evidence confirming the feedback resolution.

Can I automate code review feedback resolution checks before merging a GitHub pull request?

Automating code review feedback resolution checks before merging a GitHub pull request is possible by cross-referencing reviewer comments with the latest codebase to provide a final approval recommendation based on evidence.

What is evidence-based code review verification for pull requests?

Evidence-based code review verification is the process of cross-referencing specific reviewer feedback with the latest file contents to provide concrete code snippets as proof that requested changes have been implemented.

Does verifying addressed PR comments require integration with file content retrieval tools?

Verifying addressed PR comments requires integration with pull request read and file content retrieval tools to accurately fetch review comments and map them to the current codebase for precise verification.

How do I track specific reviewer feedback across a pull request automatically?

Tracking specific reviewer feedback across a pull request automatically involves filtering and mapping review comments from a specific author to the updated codebase to generate a status report with code evidence.

What are the limitations of automated PR comment verification?

Automated PR comment verification relies on the ability to fetch review comments and map them to current file contents, meaning it requires functional pull request read and file content retrieval tools to provide accurate approval recommendations.