github-pr-utils

Fetch bot-authored review comments, reply to threads, and list merged PRs.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/gosu-code/claude-plugin --skill github-pr-utils
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-utils
Source: https://github.com/gosu-code/claude-plugin/tree/main/plugins/gosu-mcp-core/skills/github-pr-utils
Command: npx skills add https://github.com/gosu-code/claude-plugin --skill github-pr-utils

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill provides automation for GitHub PR reviews by enabling bot comment collection, thread responses, and merged PR reporting to streamline collaboration and release workflows.

Core Features & Use Cases

  • Fetch bot-authored review comments from pull requests for quick triage and remediation.
  • Reply to review threads programmatically to automate acknowledgments, clarifications, and fixes.
  • List merged PRs with filters by author and date to generate release notes and activity reports.
  • Use Case: teams can automate constant PR feedback loops and batch-process review data across repositories.

Quick Start

Run the provided scripts to fetch bot comments, reply to review threads, and list merged PRs.

Frequently Asked Questions about github-pr-utils

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

FAQPage Schema
How do I fetch bot-authored review comments on GitHub pull requests?

You can fetch bot-authored review comments on GitHub pull requests by running the provided scripts to automate collection. This programmatically retrieves bot feedback from PRs to streamline quick triage and remediation.

How do I list merged GitHub PRs filtered by author and date?

You can list merged GitHub PRs filtered by author and date by running the provided scripts. This automates the query process using the gh CLI to generate filtered reports for release notes and activity tracking.

Can I reply to GitHub PR review threads programmatically?

Yes, you can reply to GitHub PR review threads programmatically using this Skill. It automates responses within review threads to handle acknowledgments, clarifications, and fixes without manual intervention.

Do I need the gh CLI and jq to automate GitHub PR workflows?

Yes, you need the gh CLI and jq installed to automate GitHub PR workflows with this Skill. These dependencies are required to handle pagination, filtering, and error management when accessing the target GitHub repository.

What is the best way to batch-process bot review comments across repositories?

The best way to batch-process bot review comments across repositories is using this Skill to automate constant PR feedback loops. It handles pagination and filtering to batch-process review data efficiently.