fetch-pr-review-comments

Community

Fetch unresolved PR review comments for triage.

Authorshogogg
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Fetches unresolved review comments from the GitHub pull request corresponding to the current branch. You should use the bundled script to do this.

Core Features & Use Cases

  • Fetch Unresolved Comments: Retrieve all unresolved review threads for the PR on the current branch.
  • Clear Reporting: Present comments clearly for quick triage; do not fix yet.
  • Use Case: When preparing to review a PR, fetch all unresolved comments to plan fixes.

Quick Start

Run the script: bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh

Dependency Matrix

Required Modules

ghperl

Components

scripts

💻 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-pr-review-comments
Download link: https://github.com/shogogg/dotfiles/archive/main.zip#fetch-pr-review-comments

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