review-pr-comments

Triage unresolved GitHub PR review threads and apply fixes via GraphQL.

60|8|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/albinotonnina/echos --skill review-pr-comments-albinotonnina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr-comments
Source: https://github.com/albinotonnina/echos/tree/main/.claude/skills/review-pr-comments
Command: npx skills add https://github.com/albinotonnina/echos --skill review-pr-comments-albinotonnina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of GitHub PR review threads by identifying unresolved comments, evaluating whether a code change is required, applying fixes when needed, and resolving threads via the GitHub GraphQL API. It guides the user through detection, switching accounts if needed, and final reporting.

Core Features & Use Cases

  • Identify the PR from a URL or current branch, switch to the repo owner account if needed, and fetch all unresolved review threads.
  • Read the current code referenced by each thread to determine if a fix is required, then triage threads into already-fixed, needs-fix, or not-applicable.
  • Apply minimal fixes, commit and push changes, resolve threads via GraphQL, and generate a final usage report.
  • Restore the original GitHub account after completion and provide a clear summary of actions taken.

Quick Start

Paste the PR URL or number and let me automatically review and resolve the open comments.

Frequently Asked Questions about review-pr-comments

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

FAQPage Schema
How do I automatically resolve GitHub PR review threads?

To automatically resolve GitHub PR review threads, you can use an automation tool that fetches unresolved comments via the GitHub GraphQL API, applies code fixes, commits changes, and marks the threads as resolved.

How does automated PR review thread triage work?

Automated PR review thread triage works by reading the code referenced in each unresolved comment, categorizing threads into already-fixed, needs-fix, or not-applicable, and applying minimal fixes before resolving them via GraphQL.

Can I automate code fixes directly from unresolved PR comments?

Yes, you can automate code fixes directly from unresolved PR comments by detecting the PR URL, reading the referenced code files, applying the required changes, and pushing the commit to the repository.

Do I need the GitHub GraphQL API to automate PR thread resolution?

Yes, the GitHub GraphQL API is required to fetch unresolved review threads and programmatically resolve them after the automated code fixes have been committed and pushed to the branch.

What happens to ambiguous PR comments during automated review?

For ambiguous PR comments during automated review, the process includes safety guards that pause the automation and prompt the user to make a manual decision before proceeding with any code changes.