GitHub PR comment fetcher

Installation
SKILL.md

GitHub PR comment fetcher

This skill enables agents to query for reviews and comments on a pull request, including the resolved status of comment threads, to facilitate resolving open discussions.

Usage

Use the included script to gather reviews and comments for a specific PR.

After fetching and presenting the results to the user, you can offer to address the comments.

node scripts/gather-reviews.ts <repo> <pr_number>

Example:

node scripts/gather-reviews.ts GoogleChrome/lighthouse 14425
Installs
GitHub Stars
4.4K
First Seen
GitHub PR comment fetcher — paulirish/dotfiles