pr-check

Monitor CI checks and triage review comments on pull requests.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/samm-the-dev/toolbox --skill pr-check-samm-the-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-check
Source: https://github.com/samm-the-dev/toolbox/tree/main/claude-skills/pr-check
Command: npx skills add https://github.com/samm-the-dev/toolbox --skill pr-check-samm-the-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of monitoring Continuous Integration (CI) checks for a pull request and helps in triaging review comments, streamlining the code review process.

Core Features & Use Cases

  • CI Check Monitoring: Watches CI checks and reports failures, offering to investigate logs.
  • Review Comment Triage: Fetches and categorizes review comments (Fix, Dismiss, Already fixed) for efficient handling.
  • Automated Replies & Resolution: Assists in replying to comments and resolving review threads after code changes are pushed.
  • Use Case: After pushing a new feature branch, this Skill can automatically monitor its CI status, flag any failing tests, and help you quickly address feedback from code reviewers.

Quick Start

Run the pr-check skill with the pull request number as an argument.

Frequently Asked Questions about pr-check

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

FAQPage Schema
How do I automate CI check monitoring for a GitHub pull request?

Automate CI check monitoring by running this Skill with your pull request number to watch checks, report failures, and investigate logs. It detects the PR number automatically from your current branch to streamline continuous integration tracking.

What is the best way to triage GitHub code review comments on a PR?

Triage code review comments by fetching and categorizing them into Fix, Dismiss, or Already fixed labels. This categorization helps developers efficiently handle feedback and prioritize necessary code changes on the pull request.

Can I automatically resolve GitHub review threads after pushing code changes?

Resolve GitHub review threads by using the automated reply and resolution assistance after pushing code changes. This helps streamline the back-and-forth process of addressing reviewer feedback and closing resolved conversations.

Does this PR monitoring Skill require a specific pull request number to start?

Providing a pull request number is supported but not strictly required. The Skill features auto-detection of the PR number from your current Git branch, allowing you to run it without manual argument input.

How does PR status reporting work for merge readiness?

PR status reporting works by monitoring CI checks and triaging review comments to provide a detailed summary of merge readiness. It flags failing tests and unresolved feedback so you know exactly what blocks merging.

What are the limitations of automating PR triage with scripts?

Limitations include relying on accurate CI check statuses and proper branch context for auto-detection. While scripts automate tracking and categorizing comments, manual intervention is still needed to write code fixes for failing tests.