🔍
QualityRust

PR Triage

by rtk-ai

PR Triage is a Quality skill for Claude Code, published by rtk-ai in rtk.

75.9K stars4.8K forkson rtk-ai/rtkAdded 2026/08/13Repository updated 2026/08/13
agentic-codingai-codinganthropicclaude-codeclicommand-line-toolcost-reductiondeveloper-toolsllmopen-sourceproductivityrusttoken-optimization
Install in seconds
Install PR Triage
Copy PR Triage into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rtk-ai/rtk/tree/develop/.claude/skills/pr-triage ~/.claude/skills/pr-triage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rtk-ai/rtk.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/pr-triage/SKILL.md in rtk-ai/rtk
Installs to
~/.claude/skills/pr-triage
Collection
One of 12 skills cataloged from this repository
Category
Quality1354 skills

What PR Triage does

PR Triage audits open pull requests, flags risks, and helps choose which PRs need deeper review. It can draft and post review comments, with language handling for French or English.

PR Triage is cataloged under Quality on DirSkills. PR Triage comes from a repository tagged agentic-coding, ai-coding, anthropic, claude-code and cli.

Documentation

README

PR Triage

Quand utiliser

Skill Usage Output
/pr-triage Trier, reviewer, commenter les PRs Tableau d'action + reviews + commentaires postés
/repo-recap Récap général pour partager avec l'équipe Résumé Markdown (PRs + issues + releases)

Déclencheurs :

  • Manuellement : /pr-triage ou /pr-triage all ou /pr-triage 42 57
  • Proactivement : quand >5 PRs ouvertes sans review, ou PR stale >14j détectée

Langue

  • Vérifier l'argument passé au skill
  • Si en ou english → tableaux et résumé en anglais
  • Si fr, french, ou pas d'argument → français (défaut)
  • Note : les commentaires GitHub (Phase 3) restent TOUJOURS en anglais (audience internationale)

This is the opening of the README. Read the full README on GitHub.

Commands PR Triage provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /pr-triage
  • /repo-recap

Frequently asked about PR Triage

  • What else does rtk-ai publish alongside PR Triage?

    PR Triage is one of 12 skills that DirSkills catalogs from rtk-ai/rtk, the repository it ships in. Its siblings there include Code Simplifier, Issue Triage and PR Review. Each one is a separate skill with its own page in this directory, installs the same way PR Triage does, and is maintained by rtk-ai in that same repository. The rest of the collection is listed on the rtk-ai/rtk page.

  • How does PR Triage compare to other Quality skills?

    PR Triage ranks #36 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Triage against them. Open each page to compare what they document and how they install.

More from rtk-ai/rtk

PR Triage is one of 12 skills cataloged on DirSkills from rtk-ai/rtk.

See all 12 skills
🧹
3w ago

Code Simplifier

Code Simplifier reviews Rust code for idiomatic simplification patterns, reducing over-engineering and unnecessary allocations without changing behavior. Use it to apply Rust idioms like iterator chains, early returns, and Option/Result chaining while respecting project constraints.
Quality
75.9K4.8K
🔍
3w ago

Issue Triage

Issue Triage audits open issues, categorizes them, detects duplicates, cross-references pull requests, assesses risk, and posts comments. Use it to triage issues manually or proactively when many open issues need attention.
Automation
75.9K4.8K
🔍
3w ago

PR Review

PR Review batches open pull requests in order of complexity, checks merge readiness (conflicts, CLA, reviews), reads diffs, and asks for explicit approval before merging. It also posts comments on blocked PRs.
Quality
75.9K4.8K
⏱️
3w ago

Performance

Performance analyzes RTK CLI startup time, memory usage, and token savings to detect and fix performance regressions. Use it after filter changes, dependency additions, or before release to verify the CLI meets <10ms startup, <5MB memory, and 60-90% token savings targets.
Quality
75.9K4.8K
🧪
3w ago

RTK TDD

RTK TDD enforces a Red-Green-Refactor test-driven development workflow for Rust projects, auto-triggering on implementation, testing, refactoring, and bug fixing tasks. It provides Rust-idiomatic testing patterns using anyhow/thiserror, cfg(test), and Arrange-Act-Assert.
Quality
75.9K4.8K
🔍
3w ago

RTK Triage

RTK Triage orchestrates issue and PR triage, then cross-references the data to detect overlapping PRs, security gaps, P0 bugs without PRs, and internal conflicts, saving a report to claudedocs.
Quality
75.9K4.8K