che-pr-comments

Classifies GitHub PR review comments and drafts triage reports with implementation plans and responses.

Updated May 12, 2026
One-click install
npx skills add https://github.com/laionazeredo/che-ai --skill che-pr-comments-laionazeredo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: che-pr-comments
Source: https://github.com/laionazeredo/che-ai/tree/main/skills/che-pr-comments
Command: npx skills add https://github.com/laionazeredo/che-ai --skill che-pr-comments-laionazeredo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing a busy GitHub pull request means manually reading every issue-level, review-level, and inline comment, deciding which ones require code changes, which deserve a polite reply, and which are bot noise. This Skill automates that triage so nothing actionable is missed and no time is wasted on outdated or duplicate feedback. ## Core Features & Use Cases - Full comment harvesting: Pulls all PR comments via the GitHub CLI (gh), including issue comments, reviews, and inline file comments, then de-duplicates them into one list. - Structured classification: Sorts each comment into bot vs human, then into actionable buckets such as correctness, security, scope creep, question, nit, discussion, outdated, or praise. - Triage report with drafts: Produces a prioritized report containing an implementation plan for valid comments and pre-written, professional English responses for comments to decline, without ever posting to GitHub until explicitly approved. - Use Case: A reviewer leaves 25 comments on your PR mixing lint bot warnings, a security concern, and style nits. Run this Skill with the PR URL to get a sorted report: 2 critical fixes with a commit plan, 3 drafted replies, and the rest safely ignored. ## Quick Start Pass a GitHub PR URL and ask the agent to triage all review comments and draft responses for the ones that should not be implemented.

Frequently Asked Questions about che-pr-comments

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

FAQPage Schema
How do I triage all comments on a GitHub pull request automatically?▼

Provide the PR URL and the Skill fetches every issue-level, review-level, and inline comment using the gh CLI, then classifies each into buckets like implement, respond, outdated, or ignore. You receive a structured triage report with priorities and draft replies.

How to respond to PR review comments I disagree with?▼

The Skill drafts polite, professional English responses for comments you decline, following a thank-explain-offer-follow-up pattern. Drafts are shown for your approval first and are never posted to GitHub unless you explicitly ask to upload them.

Does this work with bot comments like Codecov or Dependabot?▼

Yes, bot comments are auto-classified by pattern: coverage reports, lint warnings, vulnerability alerts, dependency bumps, preview deploys, and merge conflict notices. Vulnerability and merge conflict comments are flagged as high priority requiring action.

What do I need installed to use GitHub PR comment triage?▼

You need the GitHub CLI (gh) installed and authenticated, verified via gh auth status, plus the che CLI for report path resolution. Without gh authentication the Skill stops and guides you through setup.

Will it post replies to GitHub automatically?▼

No. The Skill only prepares the triage report, implementation plan, and draft responses in chat. Comments are posted to GitHub only after you review everything and explicitly instruct it to upload the responses.