check-pr-comments

Fetch and triage unresolved GitHub PR review threads for fixes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JetBrains/databao-cli --skill check-pr-comments-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-pr-comments
Source: https://github.com/JetBrains/databao-cli/tree/main/.claude/skills/check-pr-comments
Command: npx skills add https://github.com/JetBrains/databao-cli --skill check-pr-comments-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch unresolved GitHub PR review threads, triage them, implement fixes, validate, reply in-thread, and resolve.

Core Features & Use Cases

  • Fetch unresolved PR review threads and surface their status for quick triage.
  • Classify threads into Implement, Reply only, or Blocked, to streamline workflows.
  • Apply fixes, validate changes, and post in-thread replies before resolving the thread.

Quick Start

Run the skill to fetch unresolved PR threads, triage them, and await explicit approval before applying fixes or posting replies on GitHub.

Frequently Asked Questions about check-pr-comments

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

FAQPage Schema
How do I automate GitHub PR comment triage and resolution?

Automating GitHub PR comment triage involves fetching unresolved review threads, classifying them, applying fixes, and replying in-thread. This skill handles the entire workflow automatically, resolving threads only after receiving explicit user approval.

What's the best way to manage unresolved GitHub PR review threads?

Managing unresolved GitHub PR review threads is done by classifying them into Implement, Reply only, or Blocked categories. This skill fetches and triages threads to streamline workflows, posting replies and resolving them after you explicitly approve the changes.

Do I need GitHub CLI installed to automate PR review triage?

Yes, you need GitHub CLI (gh) installed and authenticated to automate PR review triage. The skill relies on the gh tool to fetch unresolved PR threads, post in-thread replies, and resolve them on your behalf after explicit approval.

Can I automatically apply fixes to GitHub PR comments without manual approval?

No, you cannot automatically apply fixes without manual approval. The skill explicitly requires user approval before proceeding to implement fixes, validate changes, or post in-thread replies to resolve the PR threads on GitHub.

How does PR review thread classification work for triage?

PR review thread classification for triage works by sorting unresolved threads into Implement, Reply only, or Blocked categories. This classification surfaces thread status to streamline your workflow before applying fixes or posting replies.

Why does resolving PR threads require explicit user approval?

Resolving PR threads requires explicit user approval to ensure safe validation of changes before posting replies on GitHub. This safeguard prevents automated errors by letting you review triaged threads before the skill implements fixes and resolves them.