pr-check

Monitor CI checks and triage review comments on GitHub pull requests.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/ISmarsh/planet-smars --skill pr-check-ismarsh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-check
Source: https://github.com/ISmarsh/planet-smars/tree/main/templates/skills/pr-check
Command: npx skills add https://github.com/ISmarsh/planet-smars --skill pr-check-ismarsh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates monitoring of PR CI status and triage of new review comments to accelerate code review workflows.

Core Features & Use Cases

  • Watch CI checks: Continuously monitor PR checks and report failures or successes.
  • Triage review comments: Categorize unresolved comments to guide fixes.
  • Auto-detect PR: If no PR number is provided, auto-detect from the current branch and context.

Quick Start

Provide a PR number or allow auto-detection, then monitor CI checks and triage review comments.

Frequently Asked Questions about pr-check

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

FAQPage Schema
How do I monitor GitHub PR CI checks automatically?

You can monitor GitHub PR CI checks automatically by using this Skill to track pull request status via the gh CLI, reporting failures or successes without manual intervention.

What is the best way to triage unresolved PR review comments?

The best way to triage unresolved PR review comments is to use this Skill to surface unresolved threads on GitHub pull requests, filtering and presenting them for targeted action.

Can I auto-detect a pull request number from a current branch?

Yes, you can auto-detect a pull request from the current branch. When no PR number is provided, this Skill auto-detects the target PR using repository state and context.

Does GitHub PR triage work without specifying a PR number?

GitHub PR triage works without specifying a PR number by auto-detecting the target PR from the current Git branch and context, then surfacing CI failures and unresolved review threads.

What do I need to triage GitHub pull request checks and reviews?

To triage GitHub pull request checks and reviews, you need the gh CLI for PR status, git for repository state, and shell utilities to filter results, ensuring your environment is configured for GitHub operations.