list-unresolved-pr-comments

List unresolved review comments for a GitHub PR via gh and GraphQL.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/toumakido/my-claude --skill list-unresolved-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-unresolved-pr-comments
Source: https://github.com/toumakido/my-claude/tree/main/skills/list-unresolved-pr-comments
Command: npx skills add https://github.com/toumakido/my-claude --skill list-unresolved-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

指定した PR の未解決レビューコメントを素早く一覧化し、対応漏れを防ぎます。

Core Features & Use Cases

  • 未解決のレビューコメントを抽出して一覧表示
  • PR番号を指定するか、未指定時には現在のブランチの PR を自動検出
  • ファイルパスと行番号でソートして要約を出力する実用的なサマリ

Quick Start

list-unresolved-pr-comments --pr_number 123

  • PR番号を指定しない場合は、現在のブランチに紐づく PR を取得します。

Frequently Asked Questions about list-unresolved-pr-comments

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

FAQPage Schema
How do I list unresolved PR review comments in one place?

To list unresolved PR review comments, this Skill fetches PR data via gh and GraphQL, filters unresolved threads, sorts results by file path and line, and returns a structured summary including author, comment body, and a direct link to the discussion.

Can I automatically detect the PR for my current branch without specifying a PR number?

Yes, you can automatically detect the PR for your current branch. When the PR number is omitted, the Skill retrieves the PR associated with the current branch, enabling seamless use in local workflows and CI environments.

What information is included in the unresolved review comment summary?

The unresolved review comment summary includes the comment author, the comment body, and a direct link to the discussion thread. Results are sorted by file path and line number for practical navigation.

Does this Skill work in CI environments or only local workflows?

This Skill works in both CI environments and local workflows. By fetching PR data via gh and GraphQL and automatically detecting the current branch's PR when no number is specified, it integrates smoothly into automated pipelines.

Do I need gh-cli installed to extract unresolved GitHub PR comments?

Yes, you need gh-cli installed to extract unresolved GitHub PR comments. The Skill fetches PR data via gh and GraphQL to identify and list unresolved review threads for a specified PR.