pr-triage
Facilitates the triage of open pull requests by assessing their status and managing workflow to streamline the merging process.
Install this skill
Security score
The pr-triage skill was audited on Feb 28, 2026 and we found 16 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 24 | **Always use the `pr-review-session` helper script** for managing PR triage sessions. The script is located at `~/.claude/skills/pr-triage/pr-review-session`. It tracks which PRs have been reviewed, m |
Access to hidden dotfiles in home directory
| 54 | ~/.claude/skills/pr-triage/pr-review-session reset |
Access to hidden dotfiles in home directory
| 64 | ~/.claude/skills/pr-triage/pr-review-session list |
Access to hidden dotfiles in home directory
| 67 | If no unreviewed PRs, inform the user. They can run `~/.claude/skills/pr-triage/pr-review-session reset` to clear the session and start fresh, or stop. |
Access to hidden dotfiles in home directory
| 72 | ~/.claude/skills/pr-triage/pr-review-session status |
Access to hidden dotfiles in home directory
| 77 | - **Next unreviewed in order**: `~/.claude/skills/pr-triage/pr-review-session next` — marks the current PR as reviewed and shows the next unreviewed (wraps to first when at end). |
Access to hidden dotfiles in home directory
| 78 | - **Specific PR by number**: `~/.claude/skills/pr-triage/pr-review-session view <number>` — shows that PR and sets it as current for the next `next`. |
Access to hidden dotfiles in home directory
| 79 | - **Current branch's PR**: `~/.claude/skills/pr-triage/pr-review-session view` (no number). |
Access to hidden dotfiles in home directory
| 80 | - **Open in browser**: `~/.claude/skills/pr-triage/pr-review-session view <number> --web` |
Access to hidden dotfiles in home directory
| 89 | ~/.claude/skills/pr-triage/pr-review-session view <number> |
Access to hidden dotfiles in home directory
| 212 | 2. Run: `~/.claude/skills/pr-triage/pr-review-session snooze <number> <duration>` |
Access to hidden dotfiles in home directory
| 219 | - **Move to next unreviewed**: `~/.claude/skills/pr-triage/pr-review-session next` — marks current PR as reviewed and shows the next (wraps to first when at end). |
Access to hidden dotfiles in home directory
| 220 | - **Jump to another PR**: `~/.claude/skills/pr-triage/pr-review-session view <number>` |
Access to hidden dotfiles in home directory
| 221 | - **Reset session**: `~/.claude/skills/pr-triage/pr-review-session reset` — clears session state for this repo. |
Access to hidden dotfiles in home directory
| 222 | - Otherwise, return to PR assessment or `~/.claude/skills/pr-triage/pr-review-session list` based on context. |
Access to hidden dotfiles in home directory
| 276 | All `pr-review-session` commands should be prefixed with the full path: `~/.claude/skills/pr-triage/pr-review-session` |
Install this skill with one command
/learn @narthur/pr-triage