pr-check

Fetches GitHub PR review comments and classifies them as Resolved, Unresolved, or Dismissed.

10|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/rube-de/cc-skills --skill pr-check-rube-de
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-check
Source: https://github.com/rube-de/cc-skills/tree/main/plugins/dlc/skills/pr-check
Command: npx skills add https://github.com/rube-de/cc-skills --skill pr-check-rube-de

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review compliance: fetch review comments from an open PR, categorize as resolved/unresolved/dismissed, implement fixes for unresolved items, reply inline, and create a summary issue.

Core Features & Use Cases

  • Fetch and aggregate open PR review comments by thread to enable rapid triage.
  • Classify threads as Resolved, Unresolved, or Dismissed, with optional flags for nit/optional suggestions.
  • Automatically apply fixes for fixable Unresolved items where possible, and reply inline with status updates.
  • Create a summary DLC issue when unresolved items remain, and post inline replies to maintain traceability.
  • Integrate with GitHub CLI/API for use in CI/CD and agent workflows.

Quick Start

Run pr-check against a target PR to fetch comments, classify them, and auto-apply fixable changes.

Frequently Asked Questions about pr-check

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

FAQPage Schema
How do I automate GitHub pull request review comment classification?▼

To automate GitHub pull request review comment classification, you can fetch open PR review comments, categorize threads as Resolved, Unresolved, or Dismissed, auto-apply fixes for fixable items, and post inline replies via the GitHub API.

What's the best way to track unresolved PR comments across repositories?▼

The best way to track unresolved PR comments across repositories is to fetch and aggregate open PR review comments by thread, classify them, and create a summary DLC issue when unresolved items remain to maintain traceability.

Can I automatically apply fixes for unresolved GitHub PR review comments?▼

Yes, you can automatically apply fixes for unresolved GitHub PR review comments. The workflow identifies fixable Unresolved items, auto-applies the necessary changes, and replies inline with status updates to maintain traceability.

Does this PR compliance automation work with GitHub CLI and CI/CD workflows?▼

Yes, this PR compliance automation integrates with GitHub CLI/API for use in CI/CD and agent workflows, fetching comments, applying fixes, and creating summary issues automatically within your existing GitHub-based pipelines.

How do I escalate unresolved pull request feedback items?▼

To escalate unresolved pull request feedback items, the system creates a summary DLC issue via the GitHub API when unresolved items remain, and posts inline replies on the PR threads to maintain traceability for reviewers.