Skip to main content

pr-triage

Facilitates the triage of open pull requests by assessing their status and managing workflow to streamline the merging process.

Install this skill

or
0/100

Security score

The pr-triage skill was audited on May 13, 2026 and we found 26 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 43

Template literal with variable interpolation in command context

SourceSKILL.md
43`pr-review-session view` and `next` automatically check out the PR's branch into a per-repo triage worktree at `${XDG_CACHE_HOME:-~/.cache}/pr-triage-worktrees/<owner>-<repo>`. The summary prints `Wor
high line 306

Template literal with variable interpolation in command context

SourceSKILL.md
306`pr-review-session view`/`next` automatically checks out the PR into a per-repo triage worktree at `${XDG_CACHE_HOME:-~/.cache}/pr-triage-worktrees/<owner>-<repo>` and prints the path as `Worktree: <p
medium line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
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
medium line 43

Access to hidden dotfiles in home directory

SourceSKILL.md
43`pr-review-session view` and `next` automatically check out the PR's branch into a per-repo triage worktree at `${XDG_CACHE_HOME:-~/.cache}/pr-triage-worktrees/<owner>-<repo>`. The summary prints `Wor
medium line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
601. `mkdir -p ~/.playwright-auth`
medium line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
634. `playwright-cli state-save ~/.playwright-auth/github.json -s=github-auth`
medium line 65

Access to hidden dotfiles in home directory

SourceSKILL.md
65The triage script loads `~/.playwright-auth/github.json` into each new `pr-triage-*` session the first time that session is created. If the file is missing, the PR page may show GitHub’s sign-in UI un
medium line 67

Access to hidden dotfiles in home directory

SourceSKILL.md
67- **Overrides:** `PR_REVIEW_NO_PLAYWRIGHT=1` forces the legacy Firefox new-tab behavior. `PLAYWRIGHT_CLI` sets the path to `playwright-cli` (default `~/.local/bin/playwright-cli`, then `PATH`).
low line 84

Access to hidden dotfiles in home directory

SourceSKILL.md
84~/.claude/skills/pr-triage/pr-review-session reset
low line 94

Access to hidden dotfiles in home directory

SourceSKILL.md
94~/.claude/skills/pr-triage/pr-review-session list
medium line 97

Access to hidden dotfiles in home directory

SourceSKILL.md
97If 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.
low line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102~/.claude/skills/pr-triage/pr-review-session status
medium line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107- **Next unreviewed in order**: `~/.claude/skills/pr-triage/pr-review-session next` — marks the current PR as reviewed and shows the next unreviewed. When every actionable PR has been reviewed in the
medium line 108

Access to hidden dotfiles in home directory

SourceSKILL.md
108- **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`.
medium line 109

Access to hidden dotfiles in home directory

SourceSKILL.md
109- **Current branch's PR**: `~/.claude/skills/pr-triage/pr-review-session view` (no number).
medium line 110

Access to hidden dotfiles in home directory

SourceSKILL.md
110- **Open in browser**: `~/.claude/skills/pr-triage/pr-review-session view <number> --web`
low line 119

Access to hidden dotfiles in home directory

SourceSKILL.md
119~/.claude/skills/pr-triage/pr-review-session view <number>
low line 158

Access to hidden dotfiles in home directory

SourceSKILL.md
158~/.claude/skills/pr-triage/cr-needs-review <number>
medium line 267

Access to hidden dotfiles in home directory

SourceSKILL.md
267Or run `~/.claude/skills/pr-triage/pr-review-session view <number>` again to open the current PR in that session.
medium line 274

Access to hidden dotfiles in home directory

SourceSKILL.md
2742. Run: `~/.claude/skills/pr-triage/pr-review-session snooze <number> <duration>`
medium line 281

Access to hidden dotfiles in home directory

SourceSKILL.md
281- **Move to next unreviewed**: `~/.claude/skills/pr-triage/pr-review-session next` — marks current PR as reviewed and shows the next. When every actionable PR has been reviewed in the current round, t
medium line 282

Access to hidden dotfiles in home directory

SourceSKILL.md
282- **Jump to another PR**: `~/.claude/skills/pr-triage/pr-review-session view <number>`
medium line 283

Access to hidden dotfiles in home directory

SourceSKILL.md
283- **Reset session**: `~/.claude/skills/pr-triage/pr-review-session reset` — clears session state for this repo.
medium line 284

Access to hidden dotfiles in home directory

SourceSKILL.md
284- Otherwise, return to PR assessment or `~/.claude/skills/pr-triage/pr-review-session list` based on context.
medium line 306

Access to hidden dotfiles in home directory

SourceSKILL.md
306`pr-review-session view`/`next` automatically checks out the PR into a per-repo triage worktree at `${XDG_CACHE_HOME:-~/.cache}/pr-triage-worktrees/<owner>-<repo>` and prints the path as `Worktree: <p
medium line 332

Access to hidden dotfiles in home directory

SourceSKILL.md
332All `pr-review-session` and `cr-needs-review` commands should be prefixed with the full path: `~/.claude/skills/pr-triage/`
Scanned on May 13, 2026
View Security Dashboard
Installation guide →