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