pr-triage

Audit GitHub Pull Requests by size, CI status, staleness, and file overlaps.

75.3k|4.7k|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/rtk-ai/rtk --skill pr-triage-rtk-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/rtk-ai/rtk/tree/main/.claude/skills/pr-triage
Command: npx skills add https://github.com/rtk-ai/rtk --skill pr-triage-rtk-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the auditing of open Pull Requests (PRs), identifies potential issues, and facilitates in-depth reviews and feedback, significantly speeding up the code review process.

Core Features & Use Cases

  • Automated Audit: Scans open PRs for size, CI status, staleness, and potential overlaps.
  • Deep Review: Allows users to select specific PRs for in-depth code review by an AI agent.
  • Comment Generation & Posting: Drafts and posts constructive review comments in English, with user validation.
  • Use Case: A maintainer can use this Skill to quickly get an overview of all open PRs, identify those needing immediate attention, and then have AI agents provide detailed feedback on selected PRs, which can then be posted after approval.

Quick Start

Run the pr-triage skill to audit all open pull requests in the current repository.

Frequently Asked Questions about pr-triage

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

FAQPage Schema
How do I automate GitHub pull request reviews for my repository?

Automate GitHub pull request reviews by running an AI agent to audit open PRs, classify them by size and CI status, and generate structured review comments. This streamlines the code review process by identifying issues and providing in-depth feedback.

What is PR triage and how does it classify open pull requests?

PR triage is the automated process of scanning open pull requests to classify them based on size, CI status, staleness, and file overlaps. It helps maintainers quickly identify which PRs need immediate attention and prioritize their code review efforts effectively.

Do I need the GitHub CLI installed to automate code review comments?

Yes, you need the GitHub CLI (`gh`) installed to automate code review comments. The Skill relies on `gh` for repository interaction, enabling it to fetch PR data, run parallel review agents, and post AI-generated comments directly to GitHub.

Can I use AI to draft and post constructive feedback on GitHub PRs?

Yes, you can use AI to draft and post constructive feedback on GitHub PRs. The Skill allows AI agents to perform deep code reviews and generate structured comments in English, which are then posted to GitHub after user validation to ensure quality control.

How do I identify stale pull requests and overlapping file changes in my codebase?

Identify stale pull requests and overlapping file changes by running an automated audit on all open PRs. The Skill scans for staleness and file overlaps, allowing maintainers to detect potential merge conflicts and prioritize reviews for PRs that need immediate attention.

What are the limitations of using AI agents for pull request triage?

Limitations of using AI agents for pull request triage include the requirement of the GitHub CLI for repository interaction and the necessity of user validation before posting AI-generated comments. Additionally, the automated review process currently supports generating feedback exclusively in English.