pr-review-triage

Triage open pull requests by monitoring CI status, staleness, conflicts, and review comments.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill pr-review-triage-chenxingqiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-triage
Source: https://github.com/chenxingqiang/loops-automatic-researching/tree/main/starters/pr-babysitter-opencode/skills/pr-review-triage
Command: npx skills add https://github.com/chenxingqiang/loops-automatic-researching --skill pr-review-triage-chenxingqiang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the triage of open Pull Requests (PRs), checking their CI status, staleness, merge conflicts, and review comments. It helps maintain a prioritized watchlist for efficient management.

Core Features & Use Cases

  • PR Status Monitoring: Watch open PRs and check their Continuous Integration (CI) status.
  • Staleness and Conflict Detection: Identify PRs that have been open for too long or have merge conflicts.
  • Review Comment Analysis: Detect PRs with unanswered review comments.
  • Prioritized Watchlist: Produce a list of PRs that need immediate attention.
  • Use Case: Ideal for developers or engineering teams managing a high volume of PRs, ensuring that critical issues are addressed promptly.

Quick Start

Use the pr-review-triage skill to check the status of open PRs in the current repository.

Frequently Asked Questions about pr-review-triage

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

FAQPage Schema
How do I automate PR triage for open GitHub pull requests?

Automate PR triage by using a script to monitor open GitHub pull requests, checking CI status, staleness, merge conflicts, and review comments. This generates a prioritized watchlist of PRs requiring immediate attention.

What is the best way to detect stale pull requests and merge conflicts?

Detect stale pull requests and merge conflicts by running automated checks against open PR data via the GitHub API. The script identifies PRs open for too long and flags those with unresolved merge conflicts for review.

How do I monitor CI status and unanswered review comments on my pull requests?

Monitor CI status and unanswered review comments by continuously watching open PRs. The script checks continuous integration results and analyzes review comments to surface PRs needing interaction.

Can I generate a prioritized watchlist for high volume PR management?

Generate a prioritized watchlist for high volume PR management by evaluating CI status, staleness, conflicts, and review comments. This identifies critical issues promptly, ensuring efficient management for engineering teams.

Does the PR triage process require any specific dependencies?

The PR triage process requires no specific dependencies. It implements checks using script logic and retrieves PR data directly through the GitHub API to monitor and analyze repository pull requests.