address-review

Fetch GitHub review threads, implement fixes, and resolve comments.

862|67|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/saffron-health/libretto --skill address-review-saffron-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/saffron-health/libretto/tree/main/.agents/skills/address-review
Command: npx skills add https://github.com/saffron-health/libretto --skill address-review-saffron-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill systematically addresses feedback from code review comments on pull requests, ensuring all feedback is handled efficiently and accurately.

Core Features & Use Cases

  • Automated Comment Fetching: Retrieves all review threads and comments for a given pull request using GitHub's GraphQL API.
  • Systematic Comment Resolution: Guides the user through making code changes, verifying fixes, and resolving each comment.
  • Quality Assurance: Integrates type-checking, building, and linting to ensure changes are correct.
  • Use Case: After receiving feedback on a complex feature, use this Skill to ensure every single comment is addressed, changes are tested, and the PR is ready for final approval.

Quick Start

Use the address-review skill to process all review comments for the current pull request.

Frequently Asked Questions about address-review

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

FAQPage Schema
How do I systematically address code review comments on a GitHub pull request?

To address code review comments systematically, you can automate fetching PR threads, analyze feedback, apply code changes, verify fixes with type-checking and linting, and resolve comments via the GitHub API.

Can I automate resolving GitHub PR threads after making code changes?

Yes, you can automate resolving GitHub PR threads by fetching review comments through the GraphQL API, verifying the applied code changes with type-checking and linting, and resolving the threads automatically.

What is the best way to ensure all pull request feedback is handled before final approval?

The best way to ensure all pull request feedback is handled is to systematically fetch every review thread, apply code changes, run quality assurance steps like linting and building, and verify fixes before resolution.

Does this code review resolution process include quality assurance checks?

Yes, the code review resolution process includes quality assurance checks by integrating type-checking, building, and linting steps to ensure the applied code changes are correct before resolving GitHub comments.

How does fetching review comments via GitHub's GraphQL API work for PR feedback?

Fetching review comments via GitHub's GraphQL API works by retrieving all review threads and comments for a specific pull request, allowing you to systematically analyze feedback and make the necessary code changes.