pr-triage

Audit GitHub pull requests and draft review comments with explicit validation.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Star1131/smart_insole --skill pr-triage-star1131
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/Star1131/smart_insole/tree/main/.claude/skills/rtk-master/.claude/skills/pr-triage
Command: npx skills add https://github.com/Star1131/smart_insole --skill pr-triage-star1131

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams quickly audit open pull requests, identify risk, and prepare structured reviews without manually checking every branch.

Core Features & Use Cases

  • Audit open PRs: Collect PR size, CI state, mergeability, review status, stale activity, and issue links.
  • Prioritize review work: Separate ready, problematic, and overlapping PRs so the team knows what to review first.
  • Draft and post comments safely: Prepare review comments in English and require explicit validation before posting to GitHub.
  • Use case: A maintainer can scan a busy repository, decide which PRs need attention now, and generate a consistent review queue.

Quick Start

Ask this skill to triage the repository’s open pull requests and draft review comments for the PRs you want to inspect.

Frequently Asked Questions about pr-triage

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

FAQPage Schema
How do I triage GitHub pull requests and identify stale review backlogs?

Triage GitHub pull requests by auditing PR size, CI state, mergeability, and stale activity. This Skill classifies review priority and separates ready, problematic, and overlapping PRs to help teams clear review backlogs.

Can I draft structured code review comments for pull requests automatically?

Draft structured code review comments automatically in English. This Skill prepares review drafts based on pull request metadata and requires explicit validation before posting any comments to GitHub.

Does this PR triage tool require GitHub CLI access to check mergeability?

PR triage requires GitHub CLI metadata access to check CI state, mergeability, and review status. Repository audit functionality depends on this CLI access to collect pull request metadata for accurate overlap analysis.

What's the best way to prioritize a busy repository's open pull requests?

Prioritize a busy repository's open pull requests by analyzing CI state and issue links to separate ready PRs from problematic ones. This generates a consistent review queue based on risk and overlap detection.

How does pull request overlap analysis work for overlapping branches?

Pull request overlap analysis works by auditing open PRs to detect overlapping changes across branches. This prevents merge conflicts and helps reviewers identify problematic PRs that modify the same repository code.

Will this Skill post review comments to GitHub without manual approval?

This Skill will not post review comments to GitHub without manual approval. Explicit validation is required before any drafted comment is posted, ensuring safe and guarded code review workflows.