github-pr-comments

Fetch GitHub Pull Request comments and filter out bot accounts.

1|Updated Oct 13, 2022
One-click install
npx skills add https://github.com/kryota-dev/dotfiles --skill github-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-comments
Source: https://github.com/kryota-dev/dotfiles/tree/main/.bin/.claude/skills/github-pr-comments
Command: npx skills add https://github.com/kryota-dev/dotfiles --skill github-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Pull Requests can accumulate a mix of human and bot comments. This skill helps you fetch only meaningful PR discussions and reviews, reducing noise and speeding up code reviews.

Core Features & Use Cases

  • Retrieve PR body, reviews, and inline comments for a given PR.
  • Filter out bot accounts (e.g., coderabbitai) to focus on human feedback.
  • Use Case: Summarize a PR discussion for faster decision-making and release readiness.

Quick Start

Provide a PR URL or number to fetch and filter its comments, excluding bot users.

Frequently Asked Questions about github-pr-comments

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

FAQPage Schema
How do I filter out bot comments from GitHub pull requests?

To filter bot comments from GitHub pull requests, you can fetch PR reviews, inline comments, and issue comments while excluding specified bot accounts like coderabbitai. This reduces noise and isolates human feedback for faster code reviews.

Can I retrieve both PR reviews and inline comments using a GitHub PR URL?

Yes, you can retrieve PR reviews and inline comments by providing a specific GitHub PR URL or number. The skill leverages GitHub API endpoints for pulls, reviews, and comments with pagination to gather structured fields including user, state, and body.

What is the best way to summarize a GitHub PR discussion for release readiness?

Summarizing a GitHub PR discussion for release readiness involves fetching the PR body, reviews, and inline comments while filtering out bot noise. This isolates meaningful human discussions to speed up decision-making and assess release readiness.

Does this GitHub PR comments tool support filtering multiple bot accounts?

The GitHub PR comments tool supports filtering bot accounts such as coderabbitai from your pull request discussions. It operates on a specified PR URL or number to exclude bot noise and focus on human feedback across reviews and comments.

How do I handle pagination when fetching GitHub PR comments via the API?

Handling pagination when fetching GitHub PR comments is managed automatically when retrieving reviews, inline comments, and general issue comments. The skill leverages GitHub API endpoints with pagination to ensure all structured fields like user, state, and body are collected.