pr-reviews

Fetch and triage GitHub PR comments, threads, and CI signals.

80.1k|6.6k|Updated Jun 17, 2013
One-click install
npx skills add https://github.com/netdata/netdata --skill pr-reviews-netdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviews
Source: https://github.com/netdata/netdata/tree/main/.agents/skills/pr-reviews
Command: npx skills add https://github.com/netdata/netdata --skill pr-reviews-netdata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PR feedback often arrives from humans and automation, scattered across comments, reviews, and CI results. This skill coordinates triage, reply management, and pre-merge checks to bring PRs to merge-ready state.

Core Features & Use Cases

  • Fetch all PR comments, reviews, and Sonar findings with paranoid pagination.
  • Classify comments by author type (AI bot vs human) and address each thread individually.
  • Resolve threads, trigger AI reviewers, and monitor CI until merge-ready.

Quick Start

Address a PR by fetching all feedback, triaging threads, addressing findings, and preparing for merge.

Frequently Asked Questions about pr-reviews

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

FAQPage Schema
How do I automate GitHub pull request triage across human and bot comments?

Automate GitHub pull request triage by fetching all comments, threads, and CI signals, then classifying them by author type to address each thread individually until the PR reaches merge-ready state.

What's the best way to handle Sonar findings and AI bot reviews in a pull request?

Handle Sonar findings and AI bot reviews by fetching all PR feedback with paranoid pagination, classifying comments by author type, and replying to or resolving each thread individually before triggering re-checks.

How do I bring a pull request to merge-ready status when CI results are failing?

Bring a pull request to merge-ready status by monitoring CI signals, addressing all human and bot comment threads, and enforcing automatic re-checks before pushing any updates to the branch.

Can I automatically trigger AI reviewers after resolving PR comment threads on GitHub?

Yes, you can automatically trigger AI reviewers after resolving PR comment threads on GitHub, ensuring all human feedback, Sonar findings, and CI results are addressed before requesting a new review.

Does automated PR triage handle pagination limits when fetching large numbers of comments?

Automated PR triage enforces pagination paranoia when fetching large numbers of comments, ensuring all reviews, threads, and CI signals across GitHub repositories are completely captured without missing data.

Why should I use automated triage instead of manually resolving pull request threads?

Use automated triage instead of manually resolving pull request threads to coordinate scattered feedback from humans and automation, efficiently managing replies, resolutions, and CI monitoring to drive merge-ready outcomes.