fetch-unresolved-comments

Official

Focus on actionable PR feedback, instantly.

Authormlflow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Tired of sifting through endless GitHub PR comments, including those already resolved or outdated? This Skill cuts through the noise, delivering only the actionable feedback you need to focus on. It ensures you address critical review points efficiently, saving time and reducing cognitive load during code reviews.

Core Features & Use Cases

  • Filter Unresolved Comments: Automatically retrieves only active, unresolved review threads from a GitHub Pull Request.
  • Exclude Outdated Feedback: Ignores comments on lines that have since changed, ensuring the feedback you see is always relevant to the current code.
  • Structured Output: Organizes comments by file path, making it easy to navigate and prioritize feedback.
  • Use Case: Before merging a pull request, quickly get a concise list of all pending feedback to ensure nothing is missed, accelerating your review cycles and improving code quality.

Quick Start

Ensure you have gh CLI installed and authenticated.

Replace <owner>, <repo>, and <pr_number> with your PR details.

GITHUB_TOKEN=$(gh auth token)
uv run python .claude/skills/fetch-unresolved-comments/fetch_unresolved_comments.py <owner> <repo> <pr_number>

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fetch-unresolved-comments
Download link: https://github.com/mlflow/mlflow/archive/main.zip#fetch-unresolved-comments

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository