fetch-unresolved-comments

Fetch unresolved pull request review comments from GitHub via GraphQL.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/luyangliuable/claude-setup --skill fetch-unresolved-comments-luyangliuable
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-unresolved-comments
Source: https://github.com/luyangliuable/claude-setup/tree/main/.agents/skills/fetch-unresolved-comments
Command: npx skills add https://github.com/luyangliuable/claude-setup --skill fetch-unresolved-comments-luyangliuable

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find unresolved pull request review comments without manually sorting through already-resolved feedback, making code review follow-up faster and clearer.

Core Features & Use Cases

  • Unresolved-thread filtering: Uses GitHub GraphQL review-thread data to return only comments that still need attention.
  • PR-aware discovery: Resolves the pull request URL from environment variables or the current branch context when available.
  • Review follow-up workflows: Useful when preparing fixes, triaging outstanding feedback, or checking what still blocks merge readiness.

Quick Start

Use this skill to fetch the unresolved review comments for the current pull request.

Frequently Asked Questions about fetch-unresolved-comments

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

FAQPage Schema
How do I fetch only unresolved pull request review comments from GitHub?

To fetch unresolved pull request review comments, this Skill uses GitHub GraphQL review-thread data to retrieve open threads and filter out resolved feedback. It helps you quickly see which PR comments still need attention.

Do I need GitHub CLI authentication to check unresolved PR review threads?

Yes, GitHub CLI authentication is required to access the GraphQL-based review thread data. This authentication allows the Skill to securely retrieve unresolved pull request comments from your repository.

What is the best way to filter resolved comments during a code review follow-up?

Filtering resolved comments during code review follow-up is handled by querying GitHub GraphQL review threads and returning only open entries. This isolates unresolved feedback for faster triage and merge readiness checks.

Can this Skill automatically resolve the pull request URL from my current branch?

Yes, the Skill resolves the pull request URL from environment variables or the current branch context when available. This PR-aware discovery automates fetching unresolved review comments without manual URL input.

How does checking unresolved review threads help with merge readiness?

Checking unresolved review threads supports merge readiness by surfacing outstanding feedback that still blocks a pull request. It filters resolved comments so you can triage remaining code review items efficiently.