pr-triage

Audit, review, and comment on GitHub pull requests via API.

Updated May 25, 2026
One-click install
npx skills add https://github.com/ngquaanghuy/Crypto --skill pr-triage-ngquaanghuy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/ngquaanghuy/Crypto/tree/main/.agents/skills/pr-triage
Command: npx skills add https://github.com/ngquaanghuy/Crypto --skill pr-triage-ngquaanghuy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, gh, bash, grep, glob, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of auditing, reviewing, and commenting on pull requests in GitHub repositories, reducing manual effort and ensuring code quality.

Core Features & Use Cases

  • PR Triage: Audits open pull requests, categorizes them based on size, status, and CI, and flags problematic ones.
  • Deep Review: Provides in-depth code review with structured feedback and suggestions.
  • Comment Generation: Drafts and posts GitHub comments with review findings, requiring validation before posting.
  • Use Case: With a repository containing multiple pull requests, this Skill can help streamline the review process, identify potential issues early, and maintain code quality.

Quick Start

Run the pr-triage skill to audit and review all open pull requests in your 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 triage for multiple open PRs?

Automating GitHub pull request triage involves auditing open PRs to categorize them by size, status, and CI results. This reduces manual effort and flags problematic PRs early to maintain code quality.

Can I generate and post review comments on GitHub pull requests automatically?

Yes, you can generate and post GitHub comments automatically. The system drafts structured feedback with review findings, but requires validation before actually posting the comments to your pull requests.

What is needed to run automated deep code reviews on pull requests?

Running automated deep code reviews requires GitHub API access and proper configuration for authentication. Dependencies like bash, grep, and glob are also utilized to process and analyze the repository code effectively.

Does this PR review skill work with the gh CLI tool?

Yes, the PR review functionality works with the gh CLI tool. It relies on github, gh, bash, grep, and glob dependencies to execute scripts that audit repositories and perform deep code analysis.

What's the best way to classify and flag problematic pull requests in a repository?

The best way to classify and flag problematic pull requests is through automated triage. It audits open PRs, categorizes them based on size, status, and CI checks, and identifies the ones needing immediate attention.

Why does automated PR triage require validation before posting comments?

Automated PR triage requires validation before posting comments to ensure accuracy and prevent incorrect review findings from being published. This precaution maintains code quality and prevents misleading developers.