pr-triage

Audit open GitHub Pull Requests and post AI-generated review comments.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martinstannard/rtkex --skill pr-triage-martinstannard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/martinstannard/rtkex/tree/main/.claude/skills/pr-triage
Command: npx skills add https://github.com/martinstannard/rtkex --skill pr-triage-martinstannard

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the tedious process of triaging, reviewing, and commenting on GitHub Pull Requests, ensuring timely feedback and efficient code integration.

Core Features & Use Cases

  • Automated Audit: Scans open PRs to identify overlaps, staleness, CI status, and review progress.
  • Deep Review: Optionally performs in-depth code reviews on selected PRs using an AI code reviewer.
  • Comment Generation & Posting: Drafts constructive review comments in English and posts them after user validation.
  • Use Case: A maintainer can use this Skill to quickly get an overview of all open PRs, identify high-priority ones needing attention, and automate the initial review comments, freeing up valuable developer time.

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 and triage?

Automated PR triage scans open pull requests to identify overlaps, staleness, CI status, and review progress. It then optionally performs deep code reviews and generates constructive comments to streamline the integration process.

What is the best way to identify stale pull requests needing attention?

Identifying stale pull requests is done by auditing open PRs for review progress and CI status. This automated audit scans for staleness and overlaps to highlight high-priority PRs needing immediate attention.

Can I use GitHub CLI to gather PR data for automated code review?

Yes, GitHub CLI can be used to gather PR data for automated code review. The Skill integrates with GitHub CLI for data gathering and for posting generated review comments directly to the repository.

Does automated PR triage support multiple languages for review summaries?

Automated PR triage supports language selection for audit summaries, allowing localized overview reports. However, the generated deep review comments are enforced in English to maintain consistency.

How do I post AI-generated code review comments on GitHub pull requests?

Posting AI-generated code review comments requires drafting constructive feedback and validating it before submission. The Skill drafts comments in English and posts them to GitHub via CLI after user validation.

When should I not use automated AI for deep code reviews?

You should avoid automated AI for deep code reviews when human context is critical or validation is not possible. The Skill posts comments only after user validation, making it unsuitable for fully unsupervised posting.